UNPKG

@uxland/functional

Version:
5 lines (4 loc) 169 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ramda_1 = require("ramda"); exports.isNotEmpty = ramda_1.complement(ramda_1.isEmpty);