mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
7 lines
297 B
TypeScript
7 lines
297 B
TypeScript
import { 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
|