Files
codeql-action/node_modules/@actions/glob/lib/internal-hash-files.d.ts
2024-10-29 12:06:48 +00:00

3 lines
149 B
TypeScript

import { Globber } from './glob';
export declare function hashFiles(globber: Globber, currentWorkspace: string, verbose?: Boolean): Promise<string>;