AppleSauce
    Preparing search index...
    Tokens: {
        get cashu(): RegExp;
        get emoji(): RegExp;
        get hashtag(): RegExp;
        get lightning(): RegExp;
        get link(): RegExp;
        get nostrLink(): RegExp;
        get url(): RegExp;
    } = ...

    A list of Regular Expressions that match tokens surrounded by whitespace to avoid matching in URLs

    Type declaration

    • get cashu(): RegExp
    • get emoji(): RegExp
    • get hashtag(): RegExp
    • get lightning(): RegExp
    • get url(): RegExp