CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
browser.js14 linesDownload Raw Back to cjs
1"use strict";2Object.defineProperty(exports, "__esModule", { value: true });3exports.File = exports.Blob = exports.FormData = void 0;4const globalObject = (function () {5    if (typeof globalThis !== "undefined") {6        return globalThis;7    }8    if (typeof self !== "undefined") {9        return self;10    }11    return window;12}());13exports.FormData = globalObject.FormData, exports.Blob = globalObject.Blob, exports.File = globalObject.File;14 
basant307/AI_Governance_Project · CoolFace