| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| LICENSE | 2025-10-29 15:57 | 1.9K | ||
| README.md | 2025-10-29 15:57 | 453 | 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك] | |
| index.js | 2025-10-29 15:57 | 8.5K | ||
| package.json | 2025-10-29 15:57 | 743 |
# lodash.deburr v4.1.0
The [lodash](https://lodash.com/) method `_.deburr` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.deburr
```
In Node.js:
```js
var deburr = require('lodash.deburr');
```
See the [documentation](https://lodash.com/docs#deburr) or [package source](https://github.com/lodash/lodash/blob/4.1.0-npm-packages/lodash.deburr) for more details.