CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
README.md19 linesDownload Raw Back to lodash.isboolean
1# lodash.isboolean v3.0.32 3The [lodash](https://lodash.com/) method `_.isBoolean` exported as a [Node.js](https://nodejs.org/) module.4 5## Installation6 7Using npm:8```bash9$ {sudo -H} npm i -g npm10$ npm i --save lodash.isboolean11```12 13In Node.js:14```js15var isBoolean = require('lodash.isboolean');16```17 18See the [documentation](https://lodash.com/docs#isBoolean) or [package source](https://github.com/lodash/lodash/blob/3.0.3-npm-packages/lodash.isboolean) for more details.19 
basant307/AI_Governance_Project · CoolFace