6 lines
142 B
Haxe
6 lines
142 B
Haxe
package webextension_polyfill.manifest;
|
|
|
|
/**
|
|
Same as MatchPattern above, but excludes <all_urls>
|
|
**/
|
|
typedef MatchPatternRestricted = String; |