Skip to content

xkcm/memento

Repository files navigation

memento

Memento is a simple memoization library built with TypeScript.

This library supports:

  • memoizing both async and sync functions
  • invalidating memoized values
  • writing custom storage interfaces for storing memoized results

Read full documentation at xkcm.github.io/memento