UNPKG

310 BTypeScriptView Raw
1/**
2 * Counts from a number to the end incrementally.
3 */
4export declare function count(countFrom: number, countTo: number, countDecimals: number, countDuration: number, callback: any): number;
5/**
6 * Determine decimals places
7 *
8 * @export
9 */
10export declare function decimalChecker(countTo: number): number;