UNPKG

something-random-on-discord

Version:
6 lines (5 loc) 132 B
const isHoisted = (name) => { if(!name) return; return name.match(/[^a-zA-Z0-9]/g) ? true : false } module.exports = isHoisted;