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