MCPcopy
hub / github.com/mongodb/node-mongodb-native / TO_STRING

Function TO_STRING

src/utils.ts:124–124  ·  view source on GitHub ↗
(object: unknown)

Source from the content-addressed store, hash-verified

122}
123
124const TO_STRING = (object: unknown) => Object.prototype.toString.call(object);
125/**
126 * Checks if arg is an Object:
127 * - **NOTE**: the check is based on the `[Symbol.toStringTag]() === 'Object'`

Callers 1

isObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected