This commit is contained in:
Endeavorance 2025-01-02 10:28:12 -05:00
parent 20ac2da081
commit 59de642d31
6 changed files with 3 additions and 85 deletions

View file

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