Current Path : /home/infinitibizsol/.trash/node_modules.1/ext/string_/includes/ |
Current File : /home/infinitibizsol/.trash/node_modules.1/ext/string_/includes/implementation.js |
"use strict"; var indexOf = String.prototype.indexOf; module.exports = function (searchString/*, position*/) { return indexOf.call(this, searchString, arguments[1]) > -1; };