UNPKG

quxt

Version:

Lodash but OVERPOWERED!

7 lines (6 loc) 103 B
function property(key) { return (object) => { return object[key] } } module.exports = property