mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
201 Bytes
"use strict";
var ensureArray = require("../../object/ensure-array")
, firstIndex = require("./first-index");
module.exports = function () { return firstIndex.call(ensureArray(this)) === null; };