RoadmapShopEvents
Skip to main content

Home > @microsoft/api-extractor-model > Constructor

Constructor type

This abstraction is used by the mixin pattern. It describes a class constructor.

Signature:

export declare type Constructor<T = {}> = new (...args: any[]) => T;