aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/lodash.isboolean/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/lodash.isboolean/README.md')
-rw-r--r--backend/node_modules/lodash.isboolean/README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/backend/node_modules/lodash.isboolean/README.md b/backend/node_modules/lodash.isboolean/README.md
deleted file mode 100644
index b3c476b..0000000
--- a/backend/node_modules/lodash.isboolean/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# lodash.isboolean v3.0.3
-
-The [lodash](https://lodash.com/) method `_.isBoolean` exported as a [Node.js](https://nodejs.org/) module.
-
-## Installation
-
-Using npm:
-```bash
-$ {sudo -H} npm i -g npm
-$ npm i --save lodash.isboolean
-```
-
-In Node.js:
-```js
-var isBoolean = require('lodash.isboolean');
-```
-
-See 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.