UNPKG

@pdfme/pdf-lib

Version:

Create and modify PDF files with JavaScript

6 lines (5 loc) 157 B
/** * Returns a Promise that resolves after at least one tick of the * Macro Task Queue occurs. */ export declare const waitForTick: () => Promise<void>;