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 c07e389 commit 1ac757eCopy full SHA for 1ac757e
packages/core/storage-js/src/index.ts
@@ -1,3 +1,4 @@
1
-export { StorageClient as StorageClient } from './StorageClient'
+export { StorageClient } from './StorageClient'
2
+export type { StorageClientOptions } from './StorageClient'
3
export * from './lib/types'
4
export * from './lib/errors'
0 commit comments