UNPKG

lambdaws

Version:

AWS lambda functions made easy

6 lines (5 loc) 156 B
if (typeof String.prototype.startsWith != 'function') { String.prototype.startsWith = function (str){ return this.slice(0, str.length) == str; }; }