UNPKG

testplane

Version:

Tests framework based on mocha and wdio

7 lines (6 loc) 245 B
export declare class HashProvider { private static readonly _fileHashStore; private static readonly _patternHashStore; calculateForFile(filePath: string): Promise<string>; calculateForPattern(pattern: string): Promise<string>; }