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")
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?
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.