STABLE MODS ONLY
Converts an enum into the acronym of each mod
const modInt = 88; intToAcronym(modInt); // => ['HD', 'DT', 'HR'] Copy
const modInt = 88; intToAcronym(modInt); // => ['HD', 'DT', 'HR']
STABLE MODS ONLY
Converts an enum into the acronym of each mod
Example