@al8b/fsm
v0.1.0
Published
> Package description here
Readme
@al8b/fsm
Package description here
Installation
bun add @al8b/fsmUsage
import { hello } from "@al8b/fsm";
console.log(hello());Development
# Build
bun run build
# Test
bun run test
# Clean
bun run clean