UNPKG

colurs

Version:
4 lines 129 B
String.prototype.beginsWith = function (suffix) { return this.indexOf(suffix, 0) === 0; }; //# sourceMappingURL=extens.js.map