Skip to main content
function default.isReadable
unstable
isReadable(stream: Readable | ReadableStream): boolean
Deprecated

Returns whether the stream is readable.

Parameters

stream: Readable | ReadableStream

Return Type

boolean
Back to top