Rob S.
Rob S.
If this is confusing, please let me know. Given the test code: ``` val stateMachine = StateMachine.create { initialState(State.Solid) state { on { transitionTo(State.Liquid, SideEffect.LogMelted) } } state { on...
It seems like I might be doing something wrong, but I'm not sure what. I have a jws token (compact), and when I try to run the following: ```javascript const...
The library is fantastic and looks great. Can you add a license file?