1.1.0 • Published 8 years ago

all-args-stringified v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Stringify all args as a resolver for memoization functions. Useful if you have more than one function, and one of them is an object. Works even if the arguments are functions!

#Usage:

import 'allArgsStringified' from 'all-args-stringified'
import 'memoize' from 'lodash.memoize'

export default memoize ((arg1, arg2) => arg1 + arg2Object, allArgsStringified)
1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago