6 lines
172 B
Haxe
6 lines
172 B
Haxe
package webextension_polyfill.declarativenetrequest;
|
|
|
|
/**
|
|
Describes the reason why a given regular expression isn't supported.
|
|
**/
|
|
typedef UnsupportedRegexReason = String; |