diff options
Diffstat (limited to 'node_modules/tar/dist/esm/extract.d.ts')
| -rw-r--r-- | node_modules/tar/dist/esm/extract.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/tar/dist/esm/extract.d.ts b/node_modules/tar/dist/esm/extract.d.ts new file mode 100644 index 0000000..9cbb18c --- /dev/null +++ b/node_modules/tar/dist/esm/extract.d.ts @@ -0,0 +1,3 @@ +import { Unpack, UnpackSync } from './unpack.js'; +export declare const extract: import("./make-command.js").TarCommand<Unpack, UnpackSync>; +//# sourceMappingURL=extract.d.ts.map
\ No newline at end of file |