Link Search Menu Expand Document

is overview

Added in v0.0.2


Table of contents


Is

is

See if an object (val) is an instance of the supplied constructor. This function will check up the inheritance chain, if any.

Signature

export declare const is: (c: any) => (val: any) => boolean

Added in v0.0.2