UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

7 lines 197 B
/** * Return a Promise that resolves after `ms` milliseconds. */ export default function delay(ms: number, opts?: { signal: AbortSignal; }): Promise<void>; //# sourceMappingURL=delay.d.ts.map