mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
168 Bytes
"use strict";
module.exports = function () {
if (typeof globalThis !== "object") return false;
if (!globalThis) return false;
return globalThis.Array === Array;
};