generated fromcodevor/js-library-boilerplate
- Notifications
You must be signed in to change notification settings - Fork0
📭 Basic Empty Checker Library
License
NotificationsYou must be signed in to change notification settings
codevor/js-is-empty
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
📭js-is-empty makes your empty checks for you. We have empty checks for
ArrayObjectString
js-is-empty is available on npm/yarn:
$ npm install @codevor/js-is-empty --save$ yarn add @codevor/js-is-empty
import{isArrayEmpty,isObjectEmpty}from'@codevor/js-is-empty';constmyEmptyArray=[];constperson={name:'John Doe',age:32};isArrayEmpty(myEmptyArray);// => trueisObjectEmpty(person);// => false
constjsIsEmpty=require('@codevor/js-is-empty');constisArrayEmpty=jsIsEmpty.isArrayEmpty;constisObjectEmpty=jsIsEmpty.isObjectEmpty;constmyEmptyArray=[];constperson={name:'John Doe',age:32};isArrayEmpty(myEmptyArray);// => trueisObjectEmpty(person);// => false
Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project adheres toSemantic Versioning. Every release, along with the migration instructions, is documented on the GithubReleases page.
Report bugs or do suggestions using theissues.
About
📭 Basic Empty Checker Library
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.