UNPKG

@uxland/functional

Version:
2 lines 76 B
import {reject, isNil} from 'ramda'; export const rejectNil = reject(isNil);