From ff8481d3712f040c20b12df973ff5ed0b25b120a Mon Sep 17 00:00:00 2001 From: budiadiono Date: Sat, 22 Sep 2018 11:23:25 +0700 Subject: [PATCH] export Utils class --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 8d5777d..7969a6b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,3 +2,4 @@ export { Db, Tables } from './db' export { Table } from './table' export { Column } from './column' export { Primary } from './primary' +export { Utils } from './utils'