UNPKG

lexer-state

Version:

Lightweight state machine library to define and manage state transition declaratively

7 lines (6 loc) 156 B
export * from './machine'; export * from './transition'; export * from './lexem'; export * from './store'; export * from './util'; export * from './react';