UNPKG

tlojs

Version:

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

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