UNPKG
@uxland/functional
Version:
alpha (1.0.0-alpha.1)
latest (1.0.0-alpha.3)
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
Functional
github.com/uxland/uxland/tree/master/packages/functional
uxland/uxland
@uxland/functional
/
lib
/
ramda
/
reject-nil-or-empty.js
6 lines
(5 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
ramda_1 =
require
(
"ramda"
);
const
is_null_or_empty_1 =
require
(
"./is-null-or-empty"
);
exports
.
rejectNilOrEmpty
= ramda_1.
reject
(is_null_or_empty_1.
isNullOrEmpty
);