Skip to content

Commit 7f3325f

Browse files
authored
fix: remove type-only export for Config classes (#1064)
1 parent 11cbeb8 commit 7f3325f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JsonDB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {JsonDBConfig} from './lib/JsonDBConfig'
66
import {readLockAsync, writeLockAsync} from "./lock/Lock";
77

88
//Export to be used by other projects that want to extend JsonDB
9-
export type {Config, ConfigWithAdapter} from './lib/JsonDBConfig'
9+
export {Config, ConfigWithAdapter} from './lib/JsonDBConfig'
1010
export type {DatabaseError, DataError} from './lib/Errors'
1111
export type {IAdapter} from './adapter/IAdapter'
1212
export type {JsonAdapter} from './adapter/data/JsonAdapter'

0 commit comments

Comments
 (0)