defineTable<Row,Input = Row,>(config: TableDefinition<Row>): Table<Row, Input>
Usage
import { defineTable } from "doc.ts";
defineTable<Row,Input = Row,>(config: TableDefinition<Row>): Table<Row, Input>
import { defineTable } from "doc.ts";