Skip to main content
Module

x/rhum/mod.ts>Types.Callable

A test double library
Go to Latest
type alias Types.Callable
import { type Types } from "https://deno.land/x/rhum@v2.1.0/mod.ts";
const { Callable } = Types;

Describes the type as something that is callable.

Type Parameters

ReturnValue
definition: (...args: any[]) => ReturnValue