@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular
21 lines (20 loc) • 511 B
TypeScript
/**
* Counts from a number to the end incrementally.
*
* @export
* @param {any} countFrom
* @param {any} countTo
* @param {any} countDecimals
* @param {any} countDuration
* @param {any} callback
* @returns
*/
export declare function count(countFrom: any, countTo: any, countDecimals: any, countDuration: any, callback: any): number;
/**
* Determine decimals places
*
* @export
* @param {any} countTo
* @returns
*/
export declare function decimalChecker(countTo: any): 0 | 2;