Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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?
12
function
isObject(x) {
13
return
typeof x ==
'object'
;
14
}
15
16
// Is x an array?
17
function
isArray(x) {
Callers
1
isArray
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected