import { type Spy } from "https://deno.land/x/rimbu@1.2.0/spy/index.ts";
const { ObjMeta } = Spy;
The additional information available for spied objects.
Methods
getter
callSequence(): Spy.MethodCall<T>[]Returns an array containing a sequence of the object methods called and the given parameters.