Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@mdawar mdawar released this 28 Jun 15:12
· 3 commits to main since this release

Added helpers module for commonly used cacheId functions.

Functions added:

  • all: Get an ID from all the arguments casted to a string and then joined together.
  • json: Get a JSON string ID from the arguments (JSON.stringify(args)).
  • anyOrder: Get the same ID from a set of arguments passed in any order.