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

Containers overview

Added in v1.0.0


Table of contents


Errors

ContainersError (class)

Signature

export declare class ContainersError

Added in v1.0.0

isContainersError

Signature

export declare const isContainersError: (u: unknown) => u is ContainersError

Added in v1.0.0

Layers

ContainersLayer

Signature

export declare const ContainersLayer: Layer.Layer<
  Containers,
  never,
  Socket.WebSocketConstructor | HttpClient.HttpClient<HttpClientError.HttpClientError, Scope.Scope>
>

Added in v1.0.0

Services

Containers (class)

Signature

export declare class Containers

Added in v1.0.0