UNPKG

penpal

Version:

A promise-based library for communicating with iframes via postMessage.

7 lines (6 loc) 241 B
declare const _default: (timeout: number | undefined, callback: Function) => Function; /** * Starts a timeout and calls the callback with an error * if the timeout completes before the stop function is called. */ export default _default;