import { type Spy } from "https://deno.land/x/rimbu@1.2.0/spy/spy.ts";
const { FnStubItem } = Spy;
A single function stub return item.
Type Parameters
F extends Func
definition:
import { type Spy } from "https://deno.land/x/rimbu@1.2.0/spy/spy.ts";
const { FnStubItem } = Spy;
A single function stub return item.