Skip to main content
Module

x/rhum/src/types.ts>StubReturnValue

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