nikku / node-xsd-schema-validator

A schema (XSD) validator for NodeJS
https://www.npmjs.com/package/xsd-schema-validator
MIT License
51 stars 24 forks source link

add type definitions for typescript #36

Closed anthony-nhs closed 7 months ago

anthony-nhs commented 7 months ago

Is your feature request related to a problem? Please describe

It would be useful to have a validator.d.ts file that contains type definitions so this package can easily be used in typescript projects

Describe the solution you'd like

Add validator.d.ts file with type definitions

Describe alternatives you've considered

There is @types/xsd-schema-validator but this does not work with 0.8.x versions

Additional context

nikku commented 6 months ago

Released with v0.9.0. Sorry for the long idle time! :slightly_smiling_face: