Skip to main content
Module

x/rambda/immutable.d.ts>once

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

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

Type Parameters

T extends AnyFunction