@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 346 B
TypeScript
import { IAggFuncParams } from 'ag-grid-enterprise';
export declare const getNumericValue: (input: unknown) => number | null;
export declare const weightedAverage: (params: IAggFuncParams, columnId: string, weightColumnId: string) => {
[x: string]: number | (() => number | "");
toString: () => number | "";
valueOf: () => number;
};