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

x/denodash/src/function/memoize.ts>default

A utility library, similar to Underscore and Lodash, but written Typescript-First, designed for use in Deno
Latest
variable default
import { default } from "https://deno.land/x/denodash@0.1.3/src/function/memoize.ts";

type

(fn: Function, hashingFn?: HashingFunction) => ((...args: any[]) => any)