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

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

Signature

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

Added in v1.0.0

From “./IvsService.js”

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

Signature

export * from "./IvsService.js"

Added in v1.0.0

From “./IvsServiceConfig.js”

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

Signature

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

Added in v1.0.0

Ivs

Signature

export declare const Ivs: typeof IvsService

Added in v1.0.0

Ivs (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = IvsService.Config

Added in v1.0.0

Type (type alias)

Signature

export type Type = IvsService.Type

Added in v1.0.0