Viewing File: /home/ubuntu/route-and-root-frontend-base/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;
};
Back to Directory File Manager