import { type Spy } from "https://deno.land/x/rimbu@1.2.0/spy/mod.ts";
const { Obj } = Spy;
The spied object type, where the object methods/functions are augmented with spy information.
Type Parameters
optional
M extends Spy.ObjMeta<T> = Spy.ObjMeta<T>