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...
Check if the given value is an array.
import { isArray } from "lulinjs";
const result = isArray([1,5,9])
// Output: true