UNPKG

timing-functions

Version:

Set of universal utility functions around timing and scheduling in JavaScript

3 lines (2 loc) 133 B
declare const _default: (timeout: number, promise: Promise<unknown>, message?: string) => Promise<unknown>; export default _default;