fromStream.d.ts 94 B

1
  1. export declare const fromStream: (stream: ReadableStream<Uint8Array>) => Promise<Uint8Array>;