DefinitelyTyped/types/unidecode/index.d.ts
2018-08-22 09:53:20 +01:00

9 lines
305 B
TypeScript

// Type definitions for unidecode 0.1
// Project: https://github.com/FGRibreau/node-unidecode
// Definitions by: Vitor Fernandes <https://github.com/vfernandestoptal>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = unidecode;
declare function unidecode(str: string): string;