UNPKG

cybernaut

Version:

Reliable, automated web UI testing in BDD-style.

9 lines (7 loc) 198 B
declare module 'globby' { export interface Options { readonly nodir?: boolean; readonly realpath?: boolean; } export function sync(patterns: string[], options?: Options): string[]; }