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
This release fixes a `for...in` loop by ensuring it loops
over the object's own enumerable properties rather than
all enumerable properties.
#### Fix
- Fixes `for...in` loop by merging PR #3
#### Development
- Enforces the above fix through `tslint.json`
0 commit comments