basant307/AI_Governance_Project
048
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 