Skip to main content

isArray

Check if the given value is an array.

Usage

import { isArray } from "lulinjs";

const result = isArray([1,5,9])
// Output: true
Live Editor
Result
Loading...