0.1.1 • Published 6 years ago
nillify v0.1.1
nillify
It is small utility package to help developers to check for null, undefined without anny concerns.
isNil
It returns true when given argument is null / undefined otherwise it returns false.
isEmpty
It returns true when given argument is 0, '', null, undefined otherwise returns false. You can safely validate the data in conditions.
Please reach out to me