Files
pdf-manager/node_modules/pdf-lib/ts3.4/es/utils/async.d.ts
2025-05-13 12:01:17 +02:00

7 lines
199 B
TypeScript

/**
* 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