Skip to main content
Module

x/rimbu/spy/mod.ts>Func

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Func
import { type Func } from "https://deno.land/x/rimbu@0.14.0/spy/mod.ts";

Convenience type for a function.

Type Parameters

optional
A extends any[] = any[]
optional
R = any
definition: (...args: A) => R