UNPKG

@goul/aescript

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