MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / isObject

Function isObject

out/cli.cjs:71066–71066  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

71064 } else {
71065 result = val && val.buffer && isArrayBuffer(val.buffer);
71066 }
71067 return result;
71068}
71069var isString = typeOfTest("string");

Callers 3

isStream2Function · 0.85
visitFunction · 0.85
isThenableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected