Find a file
2021-02-09 23:26:11 +01:00
.gitignore Initial commit 2020-07-19 21:01:24 +02:00
example.js Update to new name 2021-02-09 23:26:11 +01:00
index.js Update to new name 2021-02-09 23:26:11 +01:00
package.json Update to new name 2021-02-09 23:26:11 +01:00
README.md Update to new name 2021-02-09 23:26:11 +01:00
yarn.lock Migrate to error-chain 2020-09-26 23:59:16 +02:00

@promistream/aborted

Note: This documentation is incomplete.

A simple custom error type for marking the end of a Promistream. 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.