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