Skip to content

Commit

Permalink
fix: export missing use function
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed May 3, 2020
1 parent 49fb145 commit 656618a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.cjs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import './polyfills/Polyfills'

import { install } from './store/Store'
import { use } from './plugin/Plugin'
import { Database } from './database/Database'
import { Schema } from './schema/Schema'
import { Model } from './model/Model'
Expand All @@ -27,6 +28,7 @@ import { Connection } from './connection/Connection'

export default {
install,
use,
Database,
Schema,
Model,
Expand Down

0 comments on commit 656618a

Please sign in to comment.