Allow the option to use either `functions`, `object` in the compose fn Ex: ```ts compose([{ id: '1' }, () => ({ name: 'hello'}) ] ```
Allow the option to use either
functions,objectin the compose fnEx: