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