UNPKG

tlojs

Version:

The Last One - The last npm package you'll need to install

7 lines (6 loc) 231 B
import { TableCell } from "../cell"; import { TablePlugin } from "../table-plugin"; export declare class StandardDeviation implements TablePlugin<number> { execute(cells: TableCell<number>[]): number; private getAverage; }