Type Alias WritableDict<Pattern>

WritableDict<Pattern>: [Pattern, string][]

Useful if you want to modify the dictionary.

Consider converting it to the type Dict or CallableDict if you no longer need to modify it.

Type Parameters

  • Pattern = RegExp