UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

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