Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denodash/src/function/once.ts>once

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

type

(fn: Function) => ((...args: any) => any | void)