Variables
Const ERR_FUNC_TYPE
ERR_FUNC_TYPE: ""func" must be a function" = ""func" must be a function"
Const ERR_MISSED_PARAMS
ERR_MISSED_PARAMS: "Parameters are required" = "Parameters are required"
Const ERR_ONERROR_TYPE
ERR_ONERROR_TYPE: ""onError" must be a function" = ""onError" must be a function"
Const ERR_START
ERR_START: "Interval is already running" = "Interval is already running"
Const ERR_STOP
ERR_STOP: "Interval is already stoped" = "Interval is already stoped"
Const ERR_TIME_TYPE
ERR_TIME_TYPE: ""time" must be either a number or a function" = ""time" must be either a number or a function"