UNPKG

tlojs

Version:

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

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