UNPKG

testplane

Version:

Tests framework based on mocha and wdio

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