@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular
11 lines (10 loc) • 310 B
TypeScript
/**
* Counts from a number to the end incrementally.
*/
export declare function count(countFrom: number, countTo: number, countDecimals: number, countDuration: number, callback: any): number;
/**
* Determine decimals places
*
* @export
*/
export declare function decimalChecker(countTo: number): number;