Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information