CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
isBoolean.js10 linesDownload Raw Back to predicate
1'use strict';2 3Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });4 5function isBoolean(x) {6    return typeof x === 'boolean';7}8 9exports.isBoolean = isBoolean;10 
basant307/AI_Governance_Project · CoolFace