Sujimoshi / jsonschema-definer

JSON Schema constructor and validator
27 stars 3 forks source link

fix: importing to esm modules without accessing .default property #32

Closed bhvngt closed 1 year ago

bhvngt commented 3 years ago

Thanks for this very useful utility. While using this, I have faced issue in importing this to my esm module based package. I have added a simple fix to take care of the same. This change is backward compatible and should not result in any issues.