UNPKG

utils

Version:

Fast, generic JavaScript/node.js utility functions.

8 lines (6 loc) 110 B
'use strict'; module.exports = function prop(name) { return function (obj) { return obj[name]; }; };