UNPKG

401 BTypeScriptView Raw
1export function testEventloopOrder(tc: t.TestCase): Promise<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>;
6import * as t from "./testing.js";
7//# sourceMappingURL=eventloop.test.d.ts.map
\No newline at end of file