# Installation
> `npm install --save @types/unidecode`

# Summary
This package contains type definitions for unidecode (https://github.com/FGRibreau/node-unidecode).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unidecode.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unidecode/index.d.ts)
````ts
export = unidecode;

declare function unidecode(str: string, sub?: string | null): string;

````

### Additional Details
 * Last updated: Thu, 27 Mar 2025 21:32:50 GMT
 * Dependencies: none

# Credits
These definitions were written by [Vitor Fernandes](https://github.com/vfernandestoptal).
