statebot
    Preparing search index...

    Function isStatebot

    • Tests that an object is a TStatebotFsm.

      Parameters

      • object: any

        The object to test.

      Returns boolean

      import { Statebot } from 'statebot'

      let machine = Statebot(...)

      isStatebot(machine)
      // true