1.0.1 • Published 1 year ago

is-object-present v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Will return a Boolean value indicating if the object is present or not.

Installing the package: npm i is-object-present

Import: import isObjectPresent from "is-object-present"

isObjectPresent function will return boolean value isObjectPresent({}) //false isObjectPresent({"key":"value"}) //true

1.0.1

1 year ago

1.0.0

1 year ago