@pson5/state-engine
v0.2.0
Published
Dynamic state derivation utilities for PSON5 profiles.
Maintainers
Readme
@pson5/state-engine
Dynamic state derivation for PSON5 profiles.
Install
npm install @pson5/state-engineUsage
import { deriveStateProfile, getActiveStateSnapshot } from "@pson5/state-engine";
const nextProfile = deriveStateProfile(profile);
const snapshot = getActiveStateSnapshot(nextProfile);Primary Exports
deriveStateProfile(...)getActiveStateSnapshot(...)
