all-args-to-string
v0.0.1
Published
resolver for memoization functions. use instead of JSON.stringify if no args are objects.
Downloads
6
Readme
resolver for memoization functions. use instead of JSON.stringify if no args are objects.
#usage
import allArgsToString from 'all-args-to-string'
export default memoize((arg1, arg2) => { arg1 + arg2 }, allArgsToString)