MCPcopy Index your code
hub / github.com/NUKnightLab/TimelineJS3 / likeArray

Function likeArray

src/js/net/Net.js:87–87  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

85 }
86
87 function likeArray(obj) { return typeof obj.length == 'number' }
88
89 function compact(array) { return filter.call(array, function(item) { return item != null }) }
90

Callers 1

Net.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected