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

index overview

Added in v0.0.1


Table of contents


exports

From “./Authentication.js”

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

Signature

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

Added in v0.0.1

From “./Logger.js”

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

Signature

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

Added in v0.0.1

From “./StatusFilter.js”

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

Signature

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

Added in v0.0.1

From “./Timeout.js”

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

Signature

export * from "./Timeout.js"

Added in v0.0.1

utils

Timeout

Signature

export declare const Timeout: (
  duration: number
) => (chain: Chain) => Promise<Either<HttpError | InterceptorError | TimeoutError, Response>>

Added in v0.0.1

URL

Signature

export declare const URL: (base: string) => (chain: Chain) => Promise<Either<HttpError | InterceptorError, Response>>

Added in v0.0.1