elearning/Frontend-Learner/node_modules/tar/dist/esm/extract.d.ts

3 lines
177 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import { Unpack, UnpackSync } from './unpack.js';
export declare const extract: import("./make-command.js").TarCommand<Unpack, UnpackSync>;
//# sourceMappingURL=extract.d.ts.map