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

Add checks on array indexing #196

Open kungfooman opened 1 month ago

kungfooman commented 1 month ago

E.g. test[10] turns into inspectIndexedAccess(test, 10)