Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/unconed/TermKit
/ isObject
Function
isObject
Node/shell/meta.js:4–6 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
2
3
// Is x an object?
4
function
isObject(x) {
5
return
typeof x ==
'object'
;
6
}
7
8
// Is x a string?
9
function
isString(x) {
Callers
3
isString
Function · 0.70
isArray
Function · 0.70
meta.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected