mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-13 10:25:04 +08:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
function isSpecial(options, selector) {
|
|
return options.compatibility.selectors.special.test(selector);
|
|
}
|
|
|
|
module.exports = isSpecial;
|