Skip to main content
Module

x/rimbu/spy/index.ts>Construct

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Construct
import { type Construct } from "https://deno.land/x/rimbu@0.14.0/spy/index.ts";

Convenience type for any type having a constructor.

Type Parameters

optional
A extends any[] = any[]
optional
R = any
definition: { new (...args: A): R; }