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 891375b commit 563c831Copy full SHA for 563c831
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