Skip to main content
Module

x/rhum/mod.ts>Types.StubReturnValue

A test double library
Go to Latest
type alias Types.StubReturnValue
import { type Types } from "https://deno.land/x/rhum@v2.0.0/mod.ts";
const { StubReturnValue } = Types;
definition: T extends (...args: unknown[]) => unknown ? () => R : string