pdfsplitter/node_modules/pdf-lib/es/utils/async.d.ts
2026-05-20 17:40:17 -07:00

6 lines
No EOL
192 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