UNPKG

compromise

Version:
8 lines (7 loc) 174 B
const hasPlural = function (root) { if (root.has('^(#Uncountable|#ProperNoun|#Place|#Pronoun|#Acronym)+$')) { return false } return true } export default hasPlural