Skip to content

lspeasy / client/src / LSPClient

Variable: LSPClient

ts
LSPClient: <ClientCaps>(options?) => any;

Defined in: packages/client/src/client.ts:1351

Constructs an LSPClient instance.

Constructs an LSPClient instance.

Parameters

ParameterTypeDescription
options?ClientOptions<ClientCaps>Optional ClientOptions to configure the client.

Returns

any

A new LSPClient instance.

Param

Optional ClientOptions to configure the client.

Returns

A new LSPClient instance.

Released under the MIT License.