sindresorhus / is-streamLinks
Check if something is a Node.js stream
☆115Updated last year
Alternatives and similar repositories for is-stream
Users that are interested in is-stream are comparing it to the libraries listed below
Sorting:
- Wordwrap a string with ANSI escape codes☆130Updated 3 months ago
- Create and parse HTTP Content-Type header☆141Updated last month
- Indent each line in a string☆114Updated 3 years ago
- Get the path of the parent module☆79Updated 3 months ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆149Updated 6 months ago
- Check if argv has a specific flag☆96Updated 4 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- programmatic npm API☆111Updated 4 years ago
- [OBSOLUTE] Concatenate a readable stream's data into a single array.☆100Updated last year
- Flatten a multi-dimensional array in JavaScript.☆87Updated 5 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Copy a file☆122Updated 4 months ago
- Easy error subclassing and stack customization☆66Updated 3 months ago
- Determine if an object is a Buffer☆90Updated 4 years ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆193Updated last year
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 3 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆125Updated 3 months ago
- Write data to a random temporary file☆108Updated last year
- Parse HTTP X-Forwarded-For header☆58Updated 3 weeks ago
- Compressible Content-Type / mime checking.☆100Updated 3 weeks ago
- Check if the process is running with elevated privileges☆43Updated 4 years ago
- Manipulate the HTTP Vary header☆62Updated 3 weeks ago
- Contain async insanity so that the dark pony lord doesn't eat souls☆93Updated 2 years ago
- Iterate over promises serially☆52Updated 3 years ago
- Add callbacks to requests in flight to avoid async duplication☆75Updated last year
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆187Updated 2 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 2 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year