index overview
Added in v1.0.0
Table of contents
exports
From â./Errors.jsâ
Re-exports all named exports from the â./Errors.jsâ module.
Signature
export * from "./Errors.js"
Added in v1.0.0
From â./SFNClientInstance.jsâ
Re-exports all named exports from the â./SFNClientInstance.jsâ module as SFNClientInstance
.
Signature
export * as SFNClientInstance from "./SFNClientInstance.js"
Added in v1.0.0
From â./SFNService.jsâ
Re-exports all named exports from the â./SFNService.jsâ module.
Signature
export * from "./SFNService.js"
Added in v1.0.0
From â./SFNServiceConfig.jsâ
Re-exports all named exports from the â./SFNServiceConfig.jsâ module as SFNServiceConfig
.
Signature
export * as SFNServiceConfig from "./SFNServiceConfig.js"
Added in v1.0.0
SFN
Signature
export declare const SFN: typeof SFNService
Added in v1.0.0
SFN (namespace)
Added in v1.0.0
Config (type alias)
Signature
export type Config = SFNService.Config
Added in v1.0.0