UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

6 lines (5 loc) 198 B
/** * Fire a callback after a delay, and add the timeout ID to a referenced array. */ declare const wait: (callback: Function, delay: number, timeouts: any) => Promise<void>; export default wait;