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