Tests that an object is a TStatebotFsm.
import { Statebot } from 'statebot'let machine = Statebot(...)isStatebot(machine)// true
The object to test.
Generated using TypeDoc
Tests that an object is a TStatebotFsm.
Example
Returns