1.5.0 • Published 3 months ago

@aegenet/belt-obj-is-empty v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

npm version

@aegenet/belt-obj-is-empty

Object is empty?

💾 Installation

yarn add @aegenet/belt-obj-is-empty@^1.4.0
# or
npm i @aegenet/belt-obj-is-empty@^1.4.0

📝 Usage

import { objectIsEmpty } from '@aegenet/belt-obj-is-empty';

objectIsEmpty(null); // true;
objectIsEmpty(undefined); // true
objectIsEmpty({}); // true
objectIsEmpty({ id: 1 }); // false
objectIsEmpty({ id: 1, code: 'go' }); // false
1.5.0

3 months ago

1.4.2

4 months ago

1.4.1

4 months ago

1.4.0

4 months ago

1.3.2

5 months ago

1.3.1

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago