MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getPrototypeOf

Function getPrototypeOf

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:112–112  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

110var collDel = (coll, keyOrValue) => coll?.delete(keyOrValue);
111var object = Object;
112var getPrototypeOf = (obj) => object.getPrototypeOf(obj);
113var objFrozen = object.isFrozen;
114var objEntries = object.entries;
115var isObject = (obj) => !isNullish(obj) && ifNotNullish(

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…