import { type Spy } from "https://deno.land/x/rimbu@1.2.0/spy/spy.ts";
const { Fn } = Spy;
The spied function type containing extra information about the function calls.
Type Parameters
F extends Func
import { type Spy } from "https://deno.land/x/rimbu@1.2.0/spy/spy.ts";
const { Fn } = Spy;
The spied function type containing extra information about the function calls.