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

3 lines
104 B
TypeScript
Raw Normal View History

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