UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

8 lines (6 loc) 145 B
if (!String.prototype.trim) { String.prototype.trim = function () { return this.replace(/^\s+|\s+$/g,''); }; } module.exports = String;