UNPKG

@kdthanvi/pkgx

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