DefinitelyTyped/types/throttleit/throttleit-tests.ts
2019-04-14 12:04:26 +01:00

4 lines
77 B
TypeScript

import throttle = require('throttleit');
throttle(() => 'do nothing', 200);