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

3 lines
104 B
TypeScript
Raw Normal View History

2021-06-22 19:18:21 +02:00
import { Globber } from './glob';
export declare function hashFiles(globber: Globber): Promise<string>;