UNPKG

@vineshdev/tinytest

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