We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cbeb8 commit 7f3325fCopy full SHA for 7f3325f
1 file changed
src/JsonDB.ts
@@ -6,7 +6,7 @@ import {JsonDBConfig} from './lib/JsonDBConfig'
6
import {readLockAsync, writeLockAsync} from "./lock/Lock";
7
8
//Export to be used by other projects that want to extend JsonDB
9
-export type {Config, ConfigWithAdapter} from './lib/JsonDBConfig'
+export {Config, ConfigWithAdapter} from './lib/JsonDBConfig'
10
export type {DatabaseError, DataError} from './lib/Errors'
11
export type {IAdapter} from './adapter/IAdapter'
12
export type {JsonAdapter} from './adapter/data/JsonAdapter'
0 commit comments