checker-javascript
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

how to use it

=================example====================================== suppose that us have a string

var string = "" var array = [] var object = {}

const {isEmpty} = require("checker-javascript")

isisEmpty(string) //return true
isisEmpty(object) //return true
isisEmpty(array) //return true

Readme

Keywords

Package Sidebar

Install

npm i checker-javascript

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

2.43 kB

Total Files

6

Last publish

Collaborators

  • janeirohurley