Page Contents
Home > @loopback/context > Constructor
Constructor type
A class constructor accepting arbitrary arguments.
Signature:
export type Constructor<T> = new (...args: any[]) => T;
Home > @loopback/context > Constructor
A class constructor accepting arbitrary arguments.
Signature:
export type Constructor<T> = new (...args: any[]) => T;