HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/ext/string_/includes/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/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;
};