UNPKG

186 BTypeScriptView Raw
1import * as Tar from 'tar-fs';
2export declare const tar: {
3 gz: {
4 pack(from: string | string[], to: string | string[], options?: Tar.PackOptions): Promise<unknown>;
5 };
6};