MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / get

Function get

lib/web/polyfill.js:186–188  ·  view source on GitHub ↗
(object, key)

Source from the content-addressed store, hash-verified

184 return this;
185}
186function get(object, key){
187 if(has(object, key))return object[key];
188}
189function ownKeys(it){
190 assertObject(it);
191 return getSymbols ? getNames(it).concat(getSymbols(it)) : getNames(it);

Callers 1

defineIteratorFunction · 0.70

Calls 1

hasFunction · 0.70

Tested by

no test coverage detected