Skip to main content
Module

x/rhum/mod.ts>Types.Constructor

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

Describes the type as a constructable object using the new keyword.

Type Parameters

Class extends any
definition: new (...args: any[]) => Class