UNPKG

polyfill-service

Version:
6 lines (5 loc) 226 B
String.prototype.endsWith = function (string) { var index = arguments.length < 2 ? this.length : arguments[1]; var foundIndex = this.lastIndexOf(string); return foundIndex !== -1 && foundIndex === index - string.length; };