Merge pull request #433 from atomiks/memoize

[FEATURE] memoize snippet
This commit is contained in:
Angelos Chalaris
2017-12-31 14:06:56 +02:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

@ -83,6 +83,7 @@ lowercaseKeys:object
mapObject:array
max:math
median:math
memoize:function
min:math
negate:logic
nthElement:array