Skip to content

Constructor

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/phet-core/blob/main/js/types/Constructor.ts for the most up-to-date information.

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.