krchecktimer
v2.0.4
Published
just check setTimeout/setInterval function supports
Downloads
10
Readme
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;