@miyauci/memo
Version:
Memoization tools, TC39 proposal-function-memo implementation
9 lines (8 loc) • 335 B
JavaScript
// Copyright © 2023 Tomoki Miyauchi. All rights reserved. MIT license.
// This module is browser compatible.
/** 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 { memo } from "./memo.js";