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 e8fba60 commit 29893cbCopy full SHA for 29893cb
src/main.ts
@@ -1,6 +1,6 @@
1
export { setEnvironmentContext } from './environment.ts'
2
export { connectLambda } from './lambda_compat.ts'
3
-export { getDeployStore, getStore } from './store_factory.ts'
+export { getDeployStore, getStore,typeGetStoreOptions,typeGetDeployStoreOptions } from './store_factory.ts'
4
export { listStores } from './store_list.ts'
5
export type {
6
Store,
src/store_factory.ts
@@ -3,7 +3,7 @@ import { getEnvironmentContext, MissingBlobsEnvironmentError } from './environme
import { Region, REGION_AUTO } from './region.ts'
import { Store } from './store.ts'
-interface GetDeployStoreOptions extends Partial<ClientOptions> {
+exportinterface GetDeployStoreOptions extends Partial<ClientOptions> {
7
deployID?: string
8
name?: string
9
region?: Region
@@ -47,7 +47,7 @@ export const getDeployStore = (input: GetDeployStoreOptions | string = {}): Stor
47
return new Store({ client, deployID, name: options.name })
48
}
49
50
-interface GetStoreOptions extends Partial<ClientOptions> {
+exportinterface GetStoreOptions extends Partial<ClientOptions> {
51
52
53
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments