DefinitelyTyped/types/timeout/timeout-tests.ts
2020-04-13 15:34:31 -07:00

4 lines
109 B
TypeScript

import { timeout } from 'timeout';
timeout('name', 10, () => console.log('I work!')); // $ExpectType string