Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

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