andrewrk / node-diacritics

remove diacritics from strings ("ascii folding") - Node.js module
MIT License
263 stars 32 forks source link

add typings file for typescript support #31

Closed evanshortiss closed 6 years ago

evanshortiss commented 6 years ago

Thanks for this module. I used it in a TypeScript project and created the typings included in this PR to make it a smoother process.

If you're opposed to merging this I can add the typings to DefinitelyTyped instead.

cristianmartinez commented 6 years ago

@andrewrk Can you please merge this pull request?. I think it is really important for TS projects.

andrewrk commented 6 years ago

this is a javascript module, not a type script module. type script typings can be its own module that depends on this one, maintained separately.