_ = require('lodash')

module.exports = (attrs, obj) ->
  _.reduce(attrs, (acc, attr) ->
    acc[attr]
  obj)
