Skip to main content
Module

x/jssm/es6/jssm-dot.d.ts

Fast, easy Javascript finite state machines with visualizations; enjoy a one liner FSM instead of pages. MIT; Typescripted; 100% test coverage. Implements the FSL language.
Go to Latest
File
declare function peg$SyntaxError(message: any, expected: any, found: any, location: any): void;declare namespace peg$SyntaxError { var buildMessage: (expected: any, found: any) => string;}declare function peg$parse(input: any, options: any): any;export { peg$SyntaxError as SyntaxError, peg$parse as parse };