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

Function HAS_OWN

src/utils.ts:589–590  ·  view source on GitHub ↗
(object: unknown, prop: string)

Source from the content-addressed store, hash-verified

587}
588
589const HAS_OWN = (object: unknown, prop: string) =>
590 Object.prototype.hasOwnProperty.call(object, prop);
591
592export function isRecord<T extends readonly string[]>(
593 value: unknown,

Callers 1

isRecordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected