Skip to main content
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.