isArrayEmpty
Checks if an array is empty.
import { isArrayEmpty } from '1loc'
isArrayEmpty([]) // true
isArrayEmpty([2]) // falseLast updated
Checks if an array is empty.
import { isArrayEmpty } from '1loc'
isArrayEmpty([]) // true
isArrayEmpty([2]) // falseLast updated