JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias JssmParseFunctionType<StateType, mDT>

    JssmParseFunctionType: (string: any) => JssmParseTree<StateType, mDT>

    Signature of an FSL parse function: takes a source string and returns a JssmParseTree. Used to type the parser export so consumers can swap in alternative parser implementations.

    Type Parameters

    • StateType
    • mDT

    Type Declaration