UNPKG

imma

Version:

A collection of functions for dealing with native arrays and objects immutably

6 lines (4 loc) 118 B
'use strict' const size = require('./size') const isEmpty = module.exports = iterable => size(iterable) === 0