@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
12 lines (11 loc) • 503 B
TypeScript
export declare function abbreviateNumber(numberToAbbreviate: number): string;
export declare function wrapInParentheses(numberToWrap: number): string;
export declare function timesBy100(value: any): any;
export declare function divideBy100(value: any): any;
export declare const NumberExtensions: {
abbreviateNumber: typeof abbreviateNumber;
wrapInParentheses: typeof wrapInParentheses;
timesBy100: typeof timesBy100;
divideBy100: typeof divideBy100;
};
export default NumberExtensions;