1.2.0
This commit is contained in:
parent
20ac2da081
commit
59de642d31
6 changed files with 3 additions and 85 deletions
10
src/index.ts
10
src/index.ts
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue