summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/lodash.camelcase/README.md
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-11-09 11:15:19 +0800
committeraltaf-creator <dev@altafcreator.com>2025-11-09 11:15:19 +0800
commit8eff962cab608341a6f2fedc640a0e32d96f26e2 (patch)
tree05534d1a720ddc3691d346c69b4972555820a061 /frontend-old/node_modules/lodash.camelcase/README.md
pain
Diffstat (limited to 'frontend-old/node_modules/lodash.camelcase/README.md')
-rw-r--r--frontend-old/node_modules/lodash.camelcase/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/frontend-old/node_modules/lodash.camelcase/README.md b/frontend-old/node_modules/lodash.camelcase/README.md
new file mode 100644
index 0000000..333d437
--- /dev/null
+++ b/frontend-old/node_modules/lodash.camelcase/README.md
@@ -0,0 +1,18 @@
+# lodash.camelcase v4.3.0
+
+The [lodash](https://lodash.com/) method `_.camelCase` exported as a [Node.js](https://nodejs.org/) module.
+
+## Installation
+
+Using npm:
+```bash
+$ {sudo -H} npm i -g npm
+$ npm i --save lodash.camelcase
+```
+
+In Node.js:
+```js
+var camelCase = require('lodash.camelcase');
+```
+
+See the [documentation](https://lodash.com/docs#camelCase) or [package source](https://github.com/lodash/lodash/blob/4.3.0-npm-packages/lodash.camelcase) for more details.