Add ColumnOf definitions

This commit is contained in:
Endeavorance 2025-04-06 17:08:35 -04:00
parent 59de642d31
commit 09d25c926c
4 changed files with 620 additions and 492 deletions

View file

@ -1,5 +1,6 @@
import type { Column, ColumnShorthand, DataType } from "./columns";
import { Prequel } from "./prequel";
import { Table } from "./table";
import { ColumnOf } from "./column-types";
export { Prequel, Table, type DataType, type Column, type ColumnShorthand };
export { Prequel, Table, ColumnOf, type DataType, type Column, type ColumnShorthand };