UNPKG

@kaynewang/simple-saver

Version:

This package can help you download multi-file easily.

7 lines (6 loc) 337 B
import { ReadableStream as ReadableStreamPonyfill } from 'web-streams-polyfill/ponyfill'; declare const ModernReadableStream: { new <R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>; prototype: ReadableStream<any>; } | typeof ReadableStreamPonyfill; export { ModernReadableStream };