Skip to content

Commit

Permalink
feat(iteedatabase): export global Databases map to allow auto registr…
Browse files Browse the repository at this point in the history
…ation and use it as factory
  • Loading branch information
Itee committed Nov 3, 2020
1 parent 59d2c47 commit 7c7cf5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/itee-database.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ export * from './messages/_messages'

// Plugins interfaces
export * from './plugins/TAbstractDatabasePlugin'

export const Databases = new Map()

0 comments on commit 7c7cf5e

Please sign in to comment.