diff --git a/src/index.js b/src/index.js index 13c888f..54f96ff 100644 --- a/src/index.js +++ b/src/index.js @@ -9,13 +9,8 @@ export { MountDatastore } from './mount.js' export { TieredDatastore } from './tiered.js' export { NamespaceDatastore } from './namespace.js' -export const Errors = { - ...ErrorsImport -} - -export const shard = { - ...ShardImport -} +export const Errors = ErrorsImport +export const shard = ShardImport /** * @typedef {import("./types").Shard } Shard