MCPcopy Index your code
hub / github.com/jprichardson/string.js / hasVal

Function hasVal

lib/string.js:551–553  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

549 var dataArray = [];
550
551 function hasVal(it) {
552 return it !== null && it !== '';
553 }
554
555 if (typeof arguments[0] === 'object') {
556 delim = arguments[0].delimiter || delim;

Callers 1

string.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected