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

Plugins overview

Added in v1.0.0


Table of contents


Errors

PluginsError (class)

Signature

export declare class PluginsError

Added in v1.0.0

isPluginsError

Signature

export declare const isPluginsError: (u: unknown) => u is PluginsError

Added in v1.0.0

Layers

PluginsLayer

Configs layer that depends on the MobyConnectionAgent

Signature

export declare const PluginsLayer: Layer.Layer<
  Plugins,
  never,
  HttpClient.HttpClient<HttpClientError.HttpClientError, Scope>
>

Added in v1.0.0

Tags

Plugins (class)

Plugins service

Signature

export declare class Plugins

Added in v1.0.0