UNPKG

@uxland/functional

Version:
3 lines (2 loc) 90 B
import {isEmpty, complement} from 'ramda'; export const isNotEmpty = complement(isEmpty);