shigma / schemastery

Type driven schema validator
https://shigma.github.io/schemastery/
MIT License
65 stars 10 forks source link

Feature: allow to extend the type of Schema instances #54

Closed ForkKILLET closed 1 year ago

ForkKILLET commented 1 year ago

Currently the Schema type is exported by export =, so we can't take advantage of declaration merging to extend the type of Schema instances.

shigma commented 1 year ago

fixed by 10ea36d351688116e931965366189f41bfccd01c.