All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.es6-shims.min.js Maven / Gradle / Ivy

if(!String.prototype.includes){String.prototype.includes=function(a,b){if(typeof b!=="number"){b=0}if(b+a.length>this.length){return false}else{return this.indexOf(a,b)!==-1}}};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy