Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/prevalence/src/types.ts>ConstructType

Prevalence for Deno, like Prevayler.
Latest
type alias ConstructType
import { type ConstructType } from "https://deno.land/x/prevalence@0.1.2/src/types.ts";
definition: (new (...args: unknown[]) => T) | Function