Returns whether the stream is readable.
function
stream.default.isReadable
@returns
Only returns null if stream is not a valid Readable, Duplex or ReadableStream.
Referenced types
interface ReadableStream<R = any>
- ): ReadableStream<T>;
function
Returns whether the stream is readable.
Only returns null if stream is not a valid Readable, Duplex or ReadableStream.