UNPKG

lexer-state

Version:

Lightweight state machine library to define and manage state transition declaratively

5 lines (4 loc) 132 B
import { ILexem } from '../lexem'; export declare const LexerState: <T>(stateObject: T) => { create(state: keyof T): ILexem; };