createBaseClient
createBaseClient(
options?):BaseClient<"fork"|"normal",object>
Creates the base instance of a memory client
Parameters
• options?: BaseClientOptions= {}
Returns
BaseClient<"fork" | "normal", object>
Example
Source
packages/base-client/src/createBaseClient.js:27