smartdelay/dist/index.d.ts

3 lines
112 B
TypeScript
Raw Normal View History

2017-01-16 13:54:08 +00:00
import 'typings-global';
export declare let delayFor: <T>(timeInMillisecond: number, passOn?: T) => Promise<T>;