Checks value for array type
import { isArray } from 'helping_hand'const isTrue = isArray(...); Copy
import { isArray } from 'helping_hand'const isTrue = isArray(...);
Checks value for array type