UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

6 lines (4 loc) 104 B
import { isEmpty } from './isEmpty.js'; export function isNotEmpty(input) { return !isEmpty(input); }