2.0.4 • Published 3 years ago

krchecktimer v2.0.4

Weekly downloads
7
License
ISC
Repository
github
Last release
3 years ago

About this

just check setTimeout/setInterval function supports

References

/**
 * return true if timer is installed
 */
function isTimerInstalled():boolean;

/**
 * just throw Error(`${moduleName} needs timer`)
 * if timer is not installed
 */
function timerIsNeeded(moduleName:string):void;