2.0.0 • Published 4 years ago

@writetome51/is-object-not-object v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

isObject(arg): boolean

Returns true if arg is array or object.
Returns false if arg is null.

notObject(arg): boolean

Returns true if arg is anything other than array or object.
Returns true if arg is null.

Installation

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

Loading

import { isObject, notObject } from '@writetome51/is-object-not-object';