UNPKG

297 BTypeScriptView Raw
1import { TarOptions } from './options.js';
2import { Parser } from './parse.js';
3export declare const filesFilter: (opt: TarOptions, files: string[]) => void;
4export declare const list: import("./make-command.js").TarCommand<Parser, Parser & {
5 sync: true;
6}>;
7//# sourceMappingURL=list.d.ts.map
\No newline at end of file