Blame view

天文台pc/tianwentai-ui/node_modules/tar/dist/commonjs/list.d.ts 302 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  import type { TarOptions } from './options.js';
  import { Parser } from './parse.js';
  export declare const filesFilter: (opt: TarOptions, files: string[]) => void;
  export declare const list: import("./make-command.js").TarCommand<Parser, Parser & {
      sync: true;
  }>;
  //# sourceMappingURL=list.d.ts.map