UNPKG

@adguard/agtree

Version:
18 lines (16 loc) 431 B
/* * AGTree v3.2.1 (build date: Wed, 28 May 2025 13:36:39 GMT) * (c) 2025 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 };