blob: 6dda9c4b54d2b75f263bc63267ae8cf9f1c96ae7 [file] [log] [blame]
"use strict";
var indexOf = require("./e-index-of");
module.exports = function (searchElement /*, position*/) {
return indexOf.call(this, searchElement, arguments[1]) > -1;
};