Files
shortcutter/externs/webextension_polyfill/declarativenetrequest/UnsupportedRegexReason.hx

6 lines
172 B
Haxe

package webextension_polyfill.declarativenetrequest;
/**
Describes the reason why a given regular expression isn't supported.
**/
typedef UnsupportedRegexReason = String;