CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
isFile.js7 linesDownload Raw Back to cjs
1"use strict";2Object.defineProperty(exports, "__esModule", { value: true });3exports.isFile = void 0;4const File_1 = require("./File");5const isFile = (value) => value instanceof File_1.File;6exports.isFile = isFile;7 
basant307/AI_Governance_Project · CoolFace