UNPKG

@h4ad/node-modules-packer

Version:

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

10 lines • 365 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare class StringStream extends Readable { protected readonly str: string; protected readonly encoding?: "utf8" | undefined; constructor(str: string, encoding?: "utf8" | undefined); protected ended?: boolean; _read(): void; } //# sourceMappingURL=string-stream.d.ts.map