UNPKG

@uxland/functional

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