microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

Modified __rest to check if property is enumerable. #66

Closed NicholasLYang closed 5 years ago

NicholasLYang commented 5 years ago

Corresponding PR to TypeScript one. Modifies __rest to include a propertyIsEnumerable check.