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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.10latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.10

Package Sidebar

Install

npm i checker-javascript

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

2.43 kB

Total Files

6

Last publish

Collaborators

  • janeirohurley