UNPKG
@ginden/blinkstick-v2
Version:
latest (3.4.1)
3.4.1
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.0.8
2.0.7
2.0.5
Improved Blickstick API for Node.js
github.com/Ginden/blinkstick-node-v2
Ginden/blinkstick-node-v2
@ginden/blinkstick-v2
/
dist
/
utils
/
is-defined.js
7 lines
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isDefined
= isDefined;
function
isDefined
(
value
) {
return
value !=
null
; }
//# sourceMappingURL=is-defined.js.map