MCPcopy
hub / github.com/elementalui/elemental / pluck

Function pluck

src/Octicons.js:199–201  ·  view source on GitHub ↗
(arr, key)

Source from the content-addressed store, hash-verified

197 map[icon.value] = icon;
198});
199function pluck(arr, key) {
200 return arr.map(obj => obj[key]);
201}
202
203module.exports = {
204 list: list,

Callers 1

Octicons.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected