webauthn icon indicating copy to clipboard operation
webauthn copied to clipboard

Migrate to TypeScript

Open magom001 opened this issue 5 years ago • 1 comments

Hiya! Would you consider migrating to typescript? Codebase at the moment does not seem to be huge. I could rewrite it with ts.

magom001 avatar Jul 11 '20 10:07 magom001

I'd be willing to help TypeScript has been growing a lot and, without typings, TS developers won't be able to use this. It is possible to mantain types for JavaScript libraries, but that's much harder to do that and it's easier to write the library in TS instead, especially considering it's not that big atm

roziscoding avatar Jun 13 '22 17:06 roziscoding