js-util

Home > rc-js-util > _Array > isArray

_Array.isArray property

Checks if the parameter is an instance of Array or is a view of ArrayBuffer.

Signature:

static readonly isArray: typeof arrayIsArray;

Remarks

See arrayIsArray().