Skip to content

@codesoul-co/hypha-fsm API

FSM specifications, topology analysis, snapshots, transitions and recovery.

  • Install: npm install @codesoul-co/hypha-fsm@1.0.1
  • Entrypoint import: import { ... } from '@codesoul-co/hypha-fsm';
  • Public exports: 77
  • Source modules: 2

Export overview

KindCount
class1
constant20
function22
interface24
type10

Source modules

ModuleUse whenExportsSource
indexAggregates the public entrypoint exports for @codesoul-co/hypha-fsm; applications import these symbols from the package entrypoint instead of internal file paths.50source
recoveryUse the Recovery module for handling bounded recovery, retry, or degradation. It exports 7 constants, 5 functions, 10 interfaces, 5 types.27source

Import boundary

This page documents only the public API exported by the @codesoul-co/hypha-fsm package entrypoint. Implementations under packages/fsm/src that are not exported from that entrypoint are not part of the npm package contract.