MCPcopy Create free account
hub / github.com/curran/screencasts / isEmpty

Function isEmpty

introToChiasm/examples/code/latest/main-build.js:9191–9200  ·  view source on GitHub ↗

* Checks if `value` is empty. A value is considered empty unless it is an * `arguments` object, array, string, or jQuery-like collection with a length * greater than `0` or an object with own enumerable properties. * * @static * @memberOf _ * @category Lang * @para

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

isArrayLikeFunction · 0.70
isStringFunction · 0.70
isArgumentsFunction · 0.70
isObjectLikeFunction · 0.70
isFunctionFunction · 0.70
isArrayFunction · 0.50
keysFunction · 0.50

Tested by

no test coverage detected