MCPcopy Index your code
hub / github.com/shipshapecode/tether / isObject

Function isObject

src/js/utils/type-check.js:21–23  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

19 * @param {*} value The param to check if it is an object
20 */
21export function isObject(value) {
22 return typeof value === 'object';
23}
24
25/**
26 * Checks if `value` is classified as a `String` object.

Callers 1

positionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…