Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.