Sha256: b9037be01def264c9274357cbde74363c435ec74307d7a8c3f19cfafbd9c7bc3
Contents?: true
Size: 218 Bytes
Versions: 69
Compression:
Stored size: 218 Bytes
Contents
/** * Returns a function that gets a property of the passed object */ function prop(name){ return function(obj){ return obj[name]; }; } module.exports = prop;
Version data entries
69 entries across 69 versions & 2 rubygems