Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@writetome51/is-array-not-array

writetome513MIT2.0.0

2 functions that check if argument is or is not array

is, not, array, type-checking, type, check, data-type

readme

isArray(arg): boolean

notArray(arg): boolean

Installation

npm i @writetome51/is-array-not-array

Loading

import { isArray, notArray} from '@writetome51/is-array-not-array';