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

System overview

Added in v1.0.0


Table of contents


Errors

SystemsError (class)

Signature

export declare class SystemsError

Added in v1.0.0

isSystemsError

Signature

export declare const isSystemsError: (u: unknown) => u is SystemsError

Added in v1.0.0

Layers

SystemsLayer

Signature

export declare const SystemsLayer: Layer.Layer<
  Systems,
  never,
  HttpClient.HttpClient<HttpClientError.HttpClientError, Scope>
>

Added in v1.0.0

Tags

Systems (class)

Signature

export declare class Systems

Added in v1.0.0