UNPKG

@adguard/agtree

Version:
18 lines (16 loc) 431 B
/* * AGTree v4.1.1 (build date: Thu, 23 Apr 2026 09:15:37 GMT) * (c) 2026 Adguard Software Ltd. * Released under the MIT license * https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/agtree#readme */ /** * Known uBO-specific pseudo-class names. */ const UboPseudoName = { MatchesMedia: 'matches-media', MatchesPath: 'matches-path', Remove: 'remove', Style: 'style', }; export { UboPseudoName };