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
/
src
/
ramda
/
is-not-empty.ts
3 lines
(2 loc)
•
90 B
text/typescript
View Raw
1
2
3
import
{isEmpty, complement}
from
'ramda'
;
export
const
isNotEmpty =
complement
(isEmpty);