UNPKG

tlojs

Version:

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

5 lines (4 loc) 104 B
import { Table } from "./table"; export interface TableExport<T, K> { export(table: Table<T>): K; }