Appearance
const useGuthrieFns: UseBoundStore<StoreApi<FunctionsStore>>;
Defined in: stores/fns.ts:33
Zustand store for accessing and updating available functions.
Used by callFn to resolve and execute functions by name.
1.0.0
Simon Kovtyk