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