MCPcopy
hub / github.com/tinyplex/tinybase / getPrototypeOf

Function getPrototypeOf

src/common/obj.ts:9–9  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

7
8export const object = Object;
9const getPrototypeOf = (obj: any) => object.getPrototypeOf(obj);
10const objFrozen = object.isFrozen;
11
12export const objEntries = object.entries;

Callers 1

isObjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…