MCPcopy Create free account
hub / github.com/unconed/TermKit / isObject

Function isObject

Node/shell/reader.js:12–14  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

10
11// Is x an object?
12function isObject(x) {
13 return typeof x == 'object';
14}
15
16// Is x an array?
17function isArray(x) {

Callers 1

isArrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected