1
0
Fork 0
js-utils/docs/api/js-utils.getconstructor.md

523 B

Home > @apextoaster/js-utils > getConstructor

getConstructor() function

Get the constructor from an instance.

Signature:

export declare function getConstructor(val: Reflectable): Function;

Parameters

Parameter Type Description
val Reflectable

Returns:

Function