Merge pull request #559 from Chalarangelo/forOwn

[FEATURE][ADD] Add forOwn and forOwnRight
This commit is contained in:
Robert Mennell
2018-01-18 17:05:58 -08:00
committed by GitHub
3 changed files with 28 additions and 0 deletions

View File

@ -52,6 +52,8 @@ flatten:array
flip:adapter,function
forEachRight:array,function
formatDuration:date,math,string,utility
forOwn:object
forOwnRight:object
fromCamelCase:string
functionName:function,utility
functions:object,function