[ 原始碼: node-is-stream ]
套件:node-is-stream(3.0.0-4)
node-is-stream 的相關連結
Debian 的資源:
下載原始碼套件 node-is-stream:
- [node-is-stream_3.0.0-4.dsc]
- [node-is-stream_3.0.0.orig.tar.gz]
- [node-is-stream_3.0.0-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Check if something is a Node.js stream
A stream is an abstract interface for working with streaming data in Node.js. The stream module provides a base API that makes it easy to build objects that implement the stream interface.
Node.js is an event-based server-side JavaScript engine.