Skip to content

Commit

Permalink
Merge cd42b6c into 944630d
Browse files Browse the repository at this point in the history
  • Loading branch information
tgandrews committed Oct 30, 2020
2 parents 944630d + cd42b6c commit fde52f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { v4 } from "uuid";
import type { Options } from "./types";
import Table from "./table";

export { Schema } from "./types";

let TABLES: Table[] = [];

export const types = {
Expand Down

0 comments on commit fde52f3

Please sign in to comment.