| Server IP : 217.160.0.135 / Your IP : 216.73.216.115 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/node_modules/lodash-cli/template/ |
Upload File : |
# <%= name %> v<%= version %>
The [Lodash](https://lodash.com/) method `_.<%= identifier %>` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save <%= name %>
```
In Node.js:
```js
var <%= identifier %> = require('<%= name %>');
```
See the [documentation](https://lodash.com/docs#<%= identifier %>) or [package source](https://github.com/lodash/lodash/blob/<%= version %>-npm-packages/<%= name %>) for more details.