Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 528 Bytes

js-utils.getconstructor.md

File metadata and controls

24 lines (14 loc) · 528 Bytes

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