This package has been deprecated

Author message:

This package has been deprecated in-favour of @otjs/state-machine

@operational-transformation/state-machine
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@operational-transformation/state-machine

State Machine implementation to Synchronise changes among multiple clients.

Usage

import { ITransitionHandler, StateMachine } from "@operational-transformation/state-machine";

const handler: ITransitionHandler = ...;

const stateMachine = new StateMachine(handler);

Note: API Guidelines will be provided with the package.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @operational-transformation/state-machine

      Weekly Downloads

      398

      Version

      0.1.1

      License

      MIT

      Unpacked Size

      41.3 kB

      Total Files

      6

      Last publish

      Collaborators

      • bprogyan