Closed adrian-kriegel closed 2 years ago
It should be landed as of 1.3.0.
Unfortunately I don't really know of any good way to test a TypeScript definition, so sometimes it gets missed.
In theory, you could create a json-schema from the typescript definitions and compare it to the json-schema-schema, if that makes sense...
Unfortunately I don't really know of any good way to test a TypeScript definition, so sometimes it gets missed.
Landed in 5e219db670bb8a57f5af932e21d51e2ccf44e679
The type definition of
Schema
seems incomplete aspropertyNames
is missing. Does the library supportpropertyNames
?