UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

8 lines 252 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare function streamPackageToCache(opts: { id: string; version: string; readable: Readable; }): Promise<void>; //# sourceMappingURL=stream-package-to-cache.d.ts.map