UNPKG

@shamala/mangling

Version:
5 lines (4 loc) 157 B
module.exports = function mangling(string) { if(typeof string !== 'string') throw new TypeError('Not a string'); return string.replace(/\s/g,""); };