UNPKG

@state-management/simple-state-machine

Version:

A simple state management library using StateKey and Command Pattern for Angular, React, and React Native.

7 lines (6 loc) 178 B
// Define a StateKey class with a generic type T for the type of value stored against this key. export class StateKey { constructor(name) { this.name = name; } }