Skip to content

Constructor

Overview

Simple generic Type for a Constructor.

@author Michael Kauzmann (PhET Interactive Simulations)

Type Constructor

import type { Constructor } from 'scenerystack/phet-core';

new ( ...args: K ) => T

Source Code

See the source for Constructor.ts in the phet-core repository.