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

x/rambda/index.d.ts>once

Faster and smaller alternative to Ramda
Latest
function once
import { once } from "https://deno.land/x/rambda@9.2.1/index.d.ts";

It returns a function, which invokes only once fn function.

Type Parameters

T extends AnyFunction
optional
C = unknown

Parameters

fn: T
optional
context: C