UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 125 B
/** * Extract a list of property values. */ declare function pluck(list: any, key: any): any[]; export default pluck;