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@v7.0.1/immutable.d.ts";

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

Type Parameters

T extends (...args: readonly any[]) => any