523 B
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