Module

x/rambda/files/index.d.ts>memoizeWith

Faster and smaller alternative to Ramda
Latest
function memoizeWith
import { memoizeWith } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts";

Type Parameters

T
K extends any[]

Parameters

keyGen: any
fn: (...inputs: K) => T

Returns

(...inputs: K) => T