UNPKG

@stdlib/assert-is-empty-array-like-object

Version:

Test if a value is an empty array-like object.

6 lines (5 loc) 294 B
"use strict";var s=function(t,r){return function(){return r||t((r={exports:{}}).exports,r),r.exports}};var i=s(function(p,e){ function n(t){return typeof t=="object"&&t!==null&&t.length===0}e.exports=n });var c=i();module.exports=c; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map