mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
179 Bytes
"use strict";
var indexOf = require("./e-index-of");
module.exports = function (searchElement /*, position*/) {
return indexOf.call(this, searchElement, arguments[1]) > -1;
};