Tokens: {
    get cashu(): RegExp;
    get emoji(): RegExp;
    get hashtag(): RegExp;
    get lightning(): RegExp;
    get link(): RegExp;
    get nostrLink(): 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 link(): RegExp
  • get nostrLink(): RegExp