UNPKG

@h4ad/node-modules-packer

Version:

<h1 align="center"> 🚀 Node Modules Packer </h1>

4 lines • 193 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare function streamToUInt8Array(stream: Readable): Promise<Uint8Array>; //# sourceMappingURL=string-to-uint.d.ts.map