Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1/spy/mod.ts";

Convenience type for a function.

Type Parameters

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