Files
send-mail/node_modules/@actions/glob/lib/internal-hash-files.d.ts

3 lines
149 B
TypeScript
Raw Normal View History

2021-06-22 19:18:21 +02:00
import { Globber } from './glob';
2025-06-13 19:44:16 +02:00
export declare function hashFiles(globber: Globber, currentWorkspace: string, verbose?: Boolean): Promise<string>;