Skip to main content
Module

x/memoization/memo.ts

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

Functions

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

Interfaces

Map like API.