``` const pluralize = require('pluralize'); console.log(pluralize.isPlural('aegis')); ``` ``` true ```