1.0.0 • Published 10 years ago
@f/is-null v1.0.0
is-null
Check if null.
Installation
$ npm install @f/is-nullUsage
var isNull = require('@f/is-null')
isNull(null) // => trueAPI
isNull(val)
val- val to check
Returns: boolean indicating whether val is null
License
MIT