Skip to main content
Module

x/froebel/invoke.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.19.0/invoke.ts";

Variables

Returns a version of the function fun that can only be invoked limit times. An optional except function will be called with the same parameters on any additional invocations.

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