UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

7 lines 233 B
import { Path } from './Path'; export declare class FileFinder { private readonly cwd; constructor(cwd: Path); filesMatching(globPatterns: string[] | string | undefined): Path[]; } //# sourceMappingURL=FileFinder.d.ts.map