You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful to have the ability to type-check "etc" properties in an object. I was hoping to be able to do something like this typeCheck({ name: String, ... : Number}, obj, opt);
or this typeCheck({ ... : Number}, obj, opt);