global configuration
consider activate in development to ensure you're not mutating the state outside of your StateMachines.
import { config } from '@ezy/makina'
config.freeze = process.env.NODE_ENV !== 'production'? require('deep-freeze-strict') : null;
create a state machine base class to be extended
Generated using TypeDoc
functional lens