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

Session overview

Added in v1.0.0


Table of contents


Errors

SessionsError (class)

Signature

export declare class SessionsError

Added in v1.0.0

isSessionsError

Signature

export declare const isSessionsError: (u: unknown) => u is SessionsError

Added in v1.0.0

Layers

SessionsLayer

Signature

export declare const SessionsLayer: Layer.Layer<
  Sessions,
  never,
  HttpClient.HttpClient<HttpClientError.HttpClientError, Scope.Scope>
>

Added in v1.0.0

Tags

Sessions (class)

Signature

export declare class Sessions

Added in v1.0.0