Link Search Menu Expand Document

array overview

Added in v0.0.1


Table of contents


Is

isArray

check if it’s array

Signature

export declare const isArray: (a: any) => boolean

Added in v0.0.1