mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-27 17:23:34 +00:00
Compiled TypeScript outputs (.d.ts, .js, .js.map, .d.ts.map) from npm workspace builds. Co-Authored-By: claude-flow <ruv@ruv.net>
8 lines
No EOL
282 B
TypeScript
8 lines
No EOL
282 B
TypeScript
/**
|
|
* Test Setup Configuration
|
|
*
|
|
* Global setup for all RuvBot tests
|
|
*/
|
|
export declare const waitFor: (condition: () => boolean | Promise<boolean>, timeout?: number) => Promise<void>;
|
|
export declare const delay: (ms: number) => Promise<void>;
|
|
//# sourceMappingURL=setup.d.ts.map
|