Skip to main content
Module

x/rimbu/spy/mod.ts>Spy.Fn

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
interface Spy.Fn
implements FuncInterface<F>, [Spy.FnMeta]<F>
import { type Spy } from "https://deno.land/x/rimbu@1.2.1/spy/mod.ts";
const { Fn } = Spy;

The spied function type containing extra information about the function calls.