Files
geo/backend/node_modules/pdf-lib/ts3.4/es/utils/async.d.ts

7 lines
199 B
TypeScript
Raw Normal View History

2026-02-04 00:11:19 +05: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