Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit a12002e

Browse files
committed
chore: add missing export
1 parent 2976d9e commit a12002e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export { ShardingDatastore } from './sharding.js'
55
export { MountDatastore } from './mount.js'
66
export { TieredDatastore } from './tiered.js'
77
export { NamespaceDatastore } from './namespace.js'
8+
export * as Errors from './errors.js'
89
export * as shard from './shard.js'
910

1011
/**

0 commit comments

Comments
 (0)