Skip to content

Commit d6ceca7

Browse files
authored
Merge pull request #2 from davidchin/add_badge
CHECKOUT-4272: Add CircleCi badge
2 parents d2aea31 + 645124c commit d6ceca7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @bigcommerce/memoize
22

3+
[![CircleCI](https://circleci.com/gh/bigcommerce/memoize-js.svg?style=svg)](https://circleci.com/gh/bigcommerce/memoize-js)
4+
35
This library can be used to memoize the result of a pure function.
46

57
Unlike the default `memoize` function provided by Lodash, it can be applied to functions that accept multiple non-primitive arguments. It can also be configured to expire its cache after certain number of unique calls. By default, it compares object-based arguments shallowly; but it can be configured to compare arguments strictly or deeply depending on your usage requirement.

0 commit comments

Comments
 (0)