MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / values

Function values

src/polyfill.js:23–23  ·  view source on GitHub ↗
(O)

Source from the content-addressed store, hash-verified

21 if (typeof Object.values === 'function') return;
22
23 const values = (O) => Object.keys(O).map((key) => O[key]);
24
25 Object.values = values;
26})();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…