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