Skip to main content
Latest
interface Interfaces.ITestDouble
import { type Interfaces } from "https://deno.land/x/rhum@v2.2.0/mod.ts";
const { ITestDouble } = Interfaces;

Type Parameters

OriginalObject

Methods

init(original: OriginalObject, methodsToTrack: string[]): void