UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 138 B
import { Readable } from 'node:stream'; declare function isStream(value: any): value is Readable | ReadableStream; export { isStream };