UNPKG

ut-tools

Version:

Build and Release management automation package.

11 lines (7 loc) 230 B
define(['./map', './property'], function (map, property) { // Convenience version of a common use case of `_.map`: fetching a property. function pluck(obj, key) { return map(obj, property(key)); } return pluck; });