Function: getClient()
Prefactor TypeScript SDK / @prefactor/core / getClient
Function: getClient()
Section titled “Function: getClient()”getClient():
PrefactorClient<unknown> |null
Defined in: packages/core/src/client.ts:243
Returns the currently initialized global Prefactor client, if any.
Returns
Section titled “Returns”PrefactorClient<unknown> | null
Active global client or null.