UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

7 lines 178 B
/** * Type constructor. * * @type {TypeCtor<TObject>} */ export declare type TypeCtor<TObject> = new (...args: Array<any>) => TObject; //# sourceMappingURL=type-ctor.d.ts.map