UNPKG
@alchemyalcove/basic-functions
Version:
latest (1.0.0)
1.0.0
0.0.0
Ether Basic Functions
github.com/AlchemyAlcove/BasicFunctions
AlchemyAlcove/BasicFunctions
@alchemyalcove/basic-functions
/
dist
/
isNil.js
9 lines
(7 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
function
(
value
) {
return
value ==
null
; };