UNPKG
readablefn
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
Helpful and useful javascript functions
github.com/artembuslaev/readablefn
artembuslaev/readablefn
readablefn
/
base
/
is-not-null.js
8 lines
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= default_1;
var
is_null_1 =
require
(
"./is-null"
);
function
default_1
(
value
) {
return
!(
0
, is_null_1.
default
)(value); }
//# sourceMappingURL=is-not-null.js.map