UNPKG

js-draw

Version:

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.

4 lines (3 loc) 166 B
/** Returns a promise that resolves after `timeout` milliseconds. */ declare const waitForTimeout: (timeout: number) => Promise<void>; export default waitForTimeout;