is-stream

Stream detector

A utility library to check if an object is a Node.js stream

Check if something is a Node.js stream

GitHub

111 stars
9 watching
20 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sindresorhus/is A utility for determining the type of a value at compile-time or runtime 1,687
sindresorhus/into-stream Converts various input types into readable streams. 207
sindresorhus/get-stream A utility library for working with streams in JavaScript 342
stephenplusplus/stream-events Provides an event-driven way to detect when data is being sent or requested from a stream. 7
sindresorhus/noop-stream Creates streams with minimal data production or discarding of received data. 52
sindresorhus/to-readable-stream Converts a string or binary data into a stream for piping to other tools 90
sindresorhus/file-type-cli Detects the type of file or input provided 74
sindresorhus/image-type Detects the type of an image from a binary buffer 373
sindresorhus/is-wsl A tool to detect and identify if a process is running within the Windows Subsystem for Linux environment. 188
sindresorhus/is-observable Tool to check if a value is an Observable 40
sindresorhus/is-online A tool to check internet connectivity by performing multiple checks in parallel. 1,242
sindresorhus/is-up Checks whether a website is functioning correctly or not. 388
sindresorhus/first-chunk-stream Transforms the first chunk of a stream into a specified format and sends it to the stream 27
sindresorhus/is-elevated Checks if a process is running with elevated privileges 41
sindresorhus/is-docker A utility package to determine if a process is running within a Docker container. 220