import { type ReadableReader } from "https://deno.land/x/zipjs@v2.7.53/index.js";
Represents an instance used to read data from a ReadableStream
instance.
Properties
readable: ReadableStream
The ReadableStream
instance.
x/zipjs/index.js>ReadableReader
import { type ReadableReader } from "https://deno.land/x/zipjs@v2.7.53/index.js";
Represents an instance used to read data from a ReadableStream
instance.
The ReadableStream
instance.