Skip to main content
Module

x/memoization/mod.ts

Memoization tools, TC39 proposal-function-memo implementation
Latest
import * as memoization from "https://deno.land/x/memoization@1.2.0/mod.ts";

This module is memoization tools, ponyfill for TC39 proposal-function-memo.

You can find polyfill.

Functions

Returns the proxy function whose call is monitored. It calls at most once for each given arguments.

Interfaces

Map like API.