UNPKG

polyfill-service

Version:
4 lines (3 loc) 85 B
String.prototype.trim = function trim() { return this.replace(/^\s+|\s+$/g, ''); };