Skip to main content
Module

x/froebel/mod.ts>once

A strictly typed utility library.
Go to Latest
variable once
import { once } from "https://deno.land/x/froebel@v0.21.0/mod.ts";

Special case of limitInvocations. fun can only be invoked once.

type

<T extends λ>(fun: T, ...unnamed 1: ExcS<T>) => T