Skip to content

Function: createClient()

createClient<T>(options): FateClient<T[0], T[1]>

Defined in: packages/fate/src/client.ts:1778

Type Parameters

T

T extends [FateRoots, FateMutations] = [Record<never, RootDefinition<any, any>>, Record<never, MutationDefinition<any, any, any>>]

Parameters

options

FateClientOptions<T[0], T[1]>

Returns

FateClient<T[0], T[1]>

Released under the MIT License