summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lodash.isarguments/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/lodash.isarguments/README.md')
-rw-r--r--deps/npm/node_modules/lodash.isarguments/README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/deps/npm/node_modules/lodash.isarguments/README.md b/deps/npm/node_modules/lodash.isarguments/README.md
deleted file mode 100644
index e53688dd84..0000000000
--- a/deps/npm/node_modules/lodash.isarguments/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# lodash.isarguments v3.0.6
-
-The [lodash](https://lodash.com/) method `_.isArguments` exported as a [Node.js](https://nodejs.org/) module.
-
-## Installation
-
-Using npm:
-```bash
-$ {sudo -H} npm i -g npm
-$ npm i --save lodash.isarguments
-```
-
-In Node.js:
-```js
-var isArguments = require('lodash.isarguments');
-```
-
-See the [documentation](https://lodash.com/docs#isArguments) or [package source](https://github.com/lodash/lodash/blob/3.0.6-npm-packages/lodash.isarguments) for more details.