UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

5 lines (4 loc) 122 B
export declare class GlobHelper { isGlob(potentialGlob: string): boolean; resolve(glob: string): Array<string>; }