UNPKG

ts-uvu

Version:

fork of lukeed/uvu and some updates

7 lines 195 B
declare type ParsedSuite = { name: string; file: string; }; export declare const run: (suites: ParsedSuite[], opts?: any) => Promise<void>; export {}; //# sourceMappingURL=ts-run.d.ts.map