|
3 months ago | |
---|---|---|
.gitignore | 6 months ago | |
README.md | 6 months ago | |
example.js | 3 months ago | |
index.js | 3 months ago | |
package.json | 3 months ago | |
yarn.lock | 3 months ago |
Note: This documentation is incomplete.
A simple custom error type for marking the end of a ppstreams stream. You’d usually only need this module when you’re implementing a custom source stream.
If you just want a stream that produces a value every time one is requested, and that doesn’t need to clean up any external resources like file handles or network connections, use the simple-source module instead.