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

Function type

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

Source from the content-addressed store, hash-verified

68 }
69
70 function type(obj) {
71 return obj == null ? String(obj) :
72 class2type[toString.call(obj)] || "object"
73 }
74
75 function isFunction(value) { return type(value) == "function" }
76

Callers 3

isFunctionFunction · 0.85
isObjectFunction · 0.85
Net.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected