UNPKG

@oclif/plugin-update

Version:

[![Version](https://img.shields.io/npm/v/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update) [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update) [![License](htt

6 lines (5 loc) 197 B
declare function extract(stream: NodeJS.ReadableStream, basename: string, output: string, sha?: string): Promise<void>; export declare const Extractor: { extract: typeof extract; }; export {};