1.0.2 • Published 10 years ago

blanky v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

#node-blanky

##What's this? blanky helps to check empty value from every passed properties. If ANY value is undefined, null or ''(no string) blanky will pass true.

##Install npm install blanky

##Example

var blanky = require('blanky');

blanky(32, 'str', ''); //=> true
blanky(32, 'str'); //=> false

##Contributing Free to push!

##License MIT

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago