matthewmatician / xml-flow

An XML/HTML stream reader, now with less suck!
MIT License
55 stars 18 forks source link

Added declaration file for typescript users #24

Closed warerebel closed 5 years ago

warerebel commented 5 years ago

index.d.ts added to provide definitions for typescript users.

Changed from using instanbul to using nyc, the instanbul command line client.

Updated dependencies with vulnerabilities and one depth 3 dependency with a critical vulnerability.

warerebel commented 5 years ago

Sorry, I was hasty in submitting the PR. Having read Typescript best practices they don't recommend typescript declarations in JS projects and would rather have the declarations at http://definitelytyped.org/ to be pulled into TS projects from there. So I will raise a PR there. Thanks :)