summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 20:19:12 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 20:19:12 -0800
commit7d817099d7f066ed7b7e35167c4172ce8d45d059 (patch)
treefce28d958ef7dbb0ec23df41dd257ca6dbb364fd
parentb215437f0bce79108fe7d431e5c677c0b5e2f432 (diff)
Export all public API from index
-rw-r--r--core/src/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/index.ts b/core/src/index.ts
new file mode 100644
index 0000000..0874475
--- /dev/null
+++ b/core/src/index.ts
@@ -0,0 +1,3 @@
+export { Database } from "./database";
+export { Context } from "./context.model";
+export { DatabaseInterface } from "./database.model";