JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 124
  • Score
    100M100P100Q72717F
  • License MIT

Simple and Fast memoization function using WeakMap.

Package Exports

  • flo-memoize

Readme

Description

Simple and fast JavaScript Memoization (by reference) function using WeakMap.

This package is ESM only and can be used in Node.js (or in a browser when bundled using e.g. Webpack).

Additionally, self-contained ECMAScript Module (ESM) files index.js and index.min.js in the ./browser folder are provided.