/**
* Parses abilities that are either present or not, like "Rush" or "Bodyguard".
* @param abilityName The name of the ability.
*/exportconstnoConfigParser = (abilityName) => {
return(ability) => ability === abilityName;
};
//# sourceMappingURL=noConfigParser.js.map