utils.js icon indicating copy to clipboard operation
utils.js copied to clipboard

Please, add notEmpty alias for complement(isEmpty)

Open sp3ber opened this issue 6 years ago • 0 comments

It's very popular use case to write boilerplate: import isEmpty from 'is/empty'; import complement from 'function/complement'; const notEmpty = complement(isEmpty) // or "isNotEmpty" name ...

sp3ber avatar Sep 25 '19 10:09 sp3ber