Skip to main content
Very Popular
Go to Latest
type alias MockInterface
import { type MockInterface } from "https://deno.land/x/amqp@v0.23.1/src/mock.ts";
definition: [key in keyof T]: T[key] extends (...args: any) => any ? (T[key] & { mock: Mock<ReturnType<T[key]>, Parameters<T[key]>>; }) : T[key]