Skip to main content Link Search Menu Expand Document (external link)

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 “./GlueClientInstance.js”

Re-exports all named exports from the “./GlueClientInstance.js” module as GlueClientInstance.

Signature

export * as GlueClientInstance from "./GlueClientInstance.js"

Added in v1.0.0

From “./GlueService.js”

Re-exports all named exports from the “./GlueService.js” module.

Signature

export * from "./GlueService.js"

Added in v1.0.0

From “./GlueServiceConfig.js”

Re-exports all named exports from the “./GlueServiceConfig.js” module as GlueServiceConfig.

Signature

export * as GlueServiceConfig from "./GlueServiceConfig.js"

Added in v1.0.0

Glue

Signature

export declare const Glue: typeof GlueService

Added in v1.0.0

Glue (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = GlueService.Config

Added in v1.0.0

Type (type alias)

Signature

export type Type = GlueService.Type

Added in v1.0.0