UNPKG

cybernaut

Version:

Reliable, zero configuration end-to-end testing in BDD-style.

10 lines (8 loc) 234 B
declare module 'glob' { export interface Options { readonly ignore?: string | string[]; readonly nodir?: boolean; readonly realpath?: boolean; } export function sync(pattern: string, options?: Options): string[]; }