UNPKG

tlojs

Version:

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

7 lines (6 loc) 212 B
import { TableCell } from "../cell"; import { TablePlugin } from "../table-plugin"; export declare class Sum implements TablePlugin<number> { name: string; execute(cells: TableCell<unknown>[]): number; }