UNPKG

475 BTypeScriptView Raw
1export function testEventloopOrder(_tc: t.TestCase): Promise<[void, void]>;
2export function testTimeout(_tc: t.TestCase): Promise<void>;
3export function testInterval(_tc: t.TestCase): Promise<void>;
4export function testAnimationFrame(_tc: t.TestCase): Promise<void>;
5export function testIdleCallback(_tc: t.TestCase): Promise<void>;
6export function testDebouncer(_tc: t.TestCase): Promise<void>;
7import * as t from './testing.js';
8//# sourceMappingURL=eventloop.test.d.ts.map
\No newline at end of file