UNPKG

amos-tool

Version:

amos ui tool

11 lines (9 loc) 315 B
"use strict"; function makeTrim() { return String.prototype.trim ? function(t) { return t = "string" == typeof t ? t : "", String.prototype.trim.call(t); } : function(t) { return (t = "string" == typeof t ? t : "").replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ""); }; } module.exports = makeTrim();