useGuthrieOperators
ts
const useGuthrieOperators: UseBoundStore<StoreApi<OperatorsStore>>;Defined in: stores/operators.ts:33
Zustand store for accessing and updating operators.
Remarks
Used by solveOperation to resolve and execute operators by name.
Since
1.0.0
Author
Simon Kovtyk