issues
search
tjmehta
/
101
A modern JS utility library
MIT License
1.55k
stars
75
forks
source link
Improve keysIn
#117
Closed
albertorestifo
closed
8 years ago
albertorestifo
commented
8 years ago
Improves
keysIn
method:
Use
Object.keys
when available
Add
hasOwnProperty
check to the object keys loop
Improves
keysIn
method:Object.keys
when availablehasOwnProperty
check to the object keys loop