UNPKG

@uxland/functional

Version:
3 lines (2 loc) 83 B
import {isNil,complement} from 'ramda'; export const isNotNil = complement(isNil);