From cd42b6ca706feadb88a00f7aa4bf8ff217bfccf2 Mon Sep 17 00:00:00 2001 From: Tom Andrews Date: Fri, 30 Oct 2020 11:34:53 +0000 Subject: [PATCH] Expose schema to allow for this to be built dynamically --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index fa20d80..8f756a1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 = {