UNPKG

symflow

Version:

SymFlow is a powerful workflow and state machine engine for Node.js, inspired by Symfony Workflow. It allows you to define workflows, transition entities between states, and optionally log audit trails.

4 lines (3 loc) 88 B
export declare class LogicException extends Error { constructor(message: string); }