Skip to main content
Module

x/rimbu/spy/index.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.0/spy/index.ts";
const { Fn } = Spy;

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

Type Parameters

F extends Func