UNPKG

@extra-array/is-empty

Version:
6 lines (5 loc) 91 B
'use strict'; function isEmpty(x) { return x.length === 0; } module.exports = isEmpty;