UNPKG

@miyauci/memo

Version:

Memoization tools, TC39 proposal-function-memo implementation

7 lines (6 loc) 239 B
/** This module is memoization tools, ponyfill for TC39 [proposal-function-memo](https://github.com/tc39/proposal-function-memo). * * You can find [polyfill](./polyfill.ts). * @module */ export { type MapLike, memo } from "./memo.js";