What do you think? ```js import { concat } from '@entria/utils/Objects'; // concat({ a: b }, { c: d }); ``` Is better than? ```js import { Objects } from '@entria/utils'; // Objects.concat({ a: b }, { c: d }); ```