Chobble Tickets
doc.ts
Table
.
findById
property
Table.findById
Find a row by primary key
Type
(
id
:
InValue
) =>
Promise
<
Row
|
null
>
Usage
import { type Table } from "doc.ts";
Document Navigation
Type