UNPKG
is_null
Version:
latest (0.0.1)
0.0.1
is_null for the browser and node.js
github.com/nathanfaucett/is_null
nathanfaucett/is_null
is_null
/
src
/
index.js
4 lines
(3 loc)
•
68 B
JavaScript
View Raw
1
2
3
4
module
.
exports
= function
isNull
(obj)
{
return
obj ===
null
; };