import { isStream } from "https://deno.land/x/fetch_goody@v7.0.4/utils.ts";
Determine if a value is a Stream
Returns
val is ReadableStream
True if value is a Stream, otherwise false
x/fetch_goody/utils.ts>isStream
import { isStream } from "https://deno.land/x/fetch_goody@v7.0.4/utils.ts";
Determine if a value is a Stream
True if value is a Stream, otherwise false