kungfooman / RuntimeTypeInspector.js

Checking JSDoc types at runtime for high-quality types - Trust is good, control is better.
MIT License
8 stars 0 forks source link

Implement TypeOperator (keyof) #86

Closed kungfooman closed 7 months ago

kungfooman commented 7 months ago

Fixes: #85

In further PR's I still need to add keyof validation, but first we have to parse it and establish some structure to rely upon (plus unit tests etc.).