6 lines
192 B
TypeScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
/**
* Returns a Promise that resolves after at least one tick of the
* Macro Task Queue occurs.
*/
export declare const waitForTick: () => Promise<void>;
//# sourceMappingURL=async.d.ts.map