Instance to wrappedrow

This commit is contained in:
Endeavorance 2025-01-01 11:53:02 -05:00
parent 47d0ec687b
commit 13c3d86a10
6 changed files with 59 additions and 73 deletions

View file

@ -1,14 +1,13 @@
import type { Column, ColumnShorthand, DataType } from "./columns";
import { type ExtractRowShape, Instance } from "./instance";
import { WrappedRow } from "./wrapped-row";
import { Prequel } from "./prequel";
import { Table } from "./table";
export {
Prequel,
Table,
Instance,
WrappedRow,
type DataType,
type Column,
type ColumnShorthand,
type ExtractRowShape,
};