stream-utils / destroyLinks
destroy a stream if possible
☆54Updated 9 months ago
Alternatives and similar repositories for destroy
Users that are interested in destroy are comparing it to the libraries listed below
Sorting:
- Combines array of streams into one Readable stream in strict order.☆28Updated 2 years ago
- streaming pipeline with a mutable configuration☆56Updated 5 months ago
- Manipulate the HTTP Vary header☆61Updated last week
- Compressible Content-Type / mime checking.☆100Updated this week
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆68Updated 4 years ago
- transform humanize time to ms☆32Updated 6 months ago
- Launch server after all async task ready☆26Updated last year
- Is this an ES6 generator function?☆49Updated 5 months ago
- Like duplexer (http://npm.im/duplexer) but using streams2☆72Updated 5 years ago
- A tool to help you migrating from should to assert☆13Updated 11 months ago
- ☆102Updated 3 years ago
- Package and un-package modules of some sort (oooh, perhaps you could package JavaScript modules on npm...)☆37Updated 7 years ago
- A Node Streams2 CSV parser☆38Updated 7 years ago
- [MAINTAINERS WANTED] range request implementation for koa, see http://tools.ietf.org/html/rfc7233☆51Updated 2 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆49Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev