1.1.1 • Published 6 years ago

@cpss/finite-state-machine v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

🛠 Status: In Development

finite-state-machine 1.0 implementation is complete.

cpss-finite-state-machine

Efficient and simple state machines in typescript.

Documentation

Full documentation is available at TBP.

Overview

The CPSS Finite State Machine provides a typescript implementation of the State Machine Design Pattern as presented in State Machine Design Pattern.

Project created using the Typescript Library Starter.

import {
  FsmErrorCode,
  StateBase,
  StateMachineContext,
  FSMEvent,
  IEventSink,
  FSMError,
  AutomationInterface
} from '@cpss/finite-state-machine';

TODOs

  • Complete 100% coverage tests.
  • Povide more examples.

© XGDFalcon® CPSS