Perseus
    Preparing search index...
    type SingleNodeParserRule = {
        match: MatchFunction;
        order: number;
        parse: SingleNodeParseFunction;
        quality?: (capture: Capture, state: State, prevCapture: string) => number;
    }
    Index

    Properties

    order: number
    quality?: (capture: Capture, state: State, prevCapture: string) => number