MCPcopy 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?
4function isObject(x) {
5 return typeof x == 'object';
6}
7
8// Is x a string?
9function isString(x) {

Callers 3

isStringFunction · 0.70
isArrayFunction · 0.70
meta.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected