Is there any better way to implement this?
const a = _.get(obj, \'property\'); const b = a ? [a] : [];
obj is an object, may or
obj