braintree / sanitize-url

MIT License
312 stars 35 forks source link

Update README.md to include TypeScript typings #23

Closed krzysztofzuraw closed 4 years ago

krzysztofzuraw commented 4 years ago

As there are TypeScript typings present I added them as a reference to readme.

crookedneighbor commented 4 years ago

We don't maintain the typescript typings, but we're in the process of updating all our JS SDK repositories to use Typescript, so I'll leave this open until we're ready to make that migration and then merge this in.

krzysztofzuraw commented 4 years ago

Sure 👍 I'm glad that I could help. It is happy to see that you are migrating to TypeScript - if you need help with that you can ping me 😄

crookedneighbor commented 4 years ago

This is finished in v4.1.0.

PR to remove the types from DefinitelyTyped: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/46109