UNPKG

conductor

Version:

A modern & functional JavaScript utility library

8 lines (5 loc) 184 B
const map = require('./map') const get = require('./get') const curry = require('./curry') const pluck = (key, collection) => map(get(key), collection) module.exports = curry(pluck)