Page Contents

Home > @loopback/context > Constructor

Constructor type

A class constructor accepting arbitrary arguments.

Signature:

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