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