UNPKG

308 BTypeScriptView Raw
1export declare const Test: {
2 files(options?: {
3 dir?: string | undefined;
4 pattern?: string | undefined;
5 }): Promise<string[]>;
6 run(options?: {
7 dir?: string | undefined;
8 pattern?: string | undefined;
9 parallel?: boolean | undefined;
10 }): Promise<void>;
11};