436a9631fc
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
302 B
TypeScript
7 lines
302 B
TypeScript
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
|