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

    Interface Range

    A character-offset range in the FSL source.

    interface Range {
        from: number;
        to: number;
    }

    Hierarchy (View Summary)

    Index
    from: number
    to: number