Skip to content

configureClient

function configureClient(options): NeuroClient;

Configure the shared neuro-ts client. Call once at application startup, before invoking any neuro* method. Calling twice replaces the instance.

Parameter Type

options

NeuroClientOptions

NeuroClient