_.chain(this._public()) .pick(function(value) { return {String: true, Number: true, Date: true}[value && value.constructor.name]; }) .keys() .value()
_.chain(this._public()) .pick(function(value) { return {String: true, Number: true, Date: true}[value && value.constructor.name]; }) .keys() .value()