UNPKG

@anzerr/think.library

Version:

setInterval that works with promises

10 lines (5 loc) 138 B
export default class Think { constructor(cd: () => Promise<any> | void, time: number); stop(): Think; start(): boolean; }