jonschlinkert / randomatic

Easily generate random strings like passwords, with simple options for specifying a length and for using patterns of numeric, alpha-numeric, alphabetical, special or custom characters. (the original "generate-password")
https://github.com/jonschlinkert
MIT License
183 stars 25 forks source link

Typescript support? #24

Closed sangdth closed 5 years ago

sangdth commented 5 years ago

First of all, thank you for making such useful yet easy to use library. I like this library and use it whenever I can.

Lately I have some Typescript projects, which have problem with import, so for now I still mix import with require('randomatic'), just wonder is there any plan for supporting Typescript?

Regards.

doowb commented 5 years ago

A PR to add a TypeScript definitions file would be appreciated!

sangdth commented 5 years ago

I'm working on it. :D #25