CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
utils.js10 linesDownload Raw Back to lib
1"use strict";2Object.defineProperty(exports, "__esModule", { value: true });3exports.isByteArray = void 0;4const isByteArray = (input) => {5    if (input == null || typeof input != 'object')6        return false;7    return isFinite(input.length) && input.length >= 0;8};9exports.isByteArray = isByteArray;10//# sourceMappingURL=utils.js.map
basant307/AI_Governance_Project · CoolFace