UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

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