MCPcopy
hub / github.com/jstat/jstat / isUsable

Function isUsable

src/linearalgebra.js:9–11  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

7var isArray = jStat.utils.isArray;
8
9function isUsable(arg) {
10 return isArray(arg) || arg instanceof jStat;
11}
12
13jStat.extend({
14

Callers 1

linearalgebra.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected