528 B
528 B
Home > @apextoaster/js-utils > getConstructor
getConstructor() function
Get the constructor from an instance.
Signature:
export declare function getConstructor(val: object): Function;
Parameters
Parameter | Type | Description |
---|---|---|
val | object |
Returns:
Function