Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 487 Bytes

js-utils.getconstructor.md

File metadata and controls

22 lines (13 loc) · 487 Bytes

Home > @apextoaster/js-utils > getConstructor

getConstructor() function

Signature:

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

Parameters

Parameter Type Description
val object

Returns:

Function