Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/memoize.ts

A strictly typed utility library.
Latest
import * as froebel from "https://deno.land/x/froebel@v0.23.2/memoize.ts";

Variables

Returns a copy of fun that remembers its result for any given arguments and only invokes fun for unknown arguments.