stubFilters
{ stubFilters : true | v => v }
If true
, it will bypass all known filters and just return the original string. Alternatively, you can set a default filter function.
{ stubFilters : true | v => v }
If true
, it will bypass all known filters and just return the original string. Alternatively, you can set a default filter function.