@sourceacademy/autocomplete
    Preparing search index...

    Interface TokenizerRule

    interface TokenizerRule {
        next?: string;
        push?: string;
        regex: string;
        token: string | string[] | KeywordMapperArgs;
    }
    Index

    Properties

    Properties

    next?: string
    push?: string
    regex: string
    token: string | string[] | KeywordMapperArgs