Directory structure:
└── posva-vue-compose-promise/
├── README.md
├── babel.config.js
├── circle.yml
├── jest.config.js
├── LICENSE
├── package.json
├── rollup.config.js
├── tsconfig.json
├── .eslintrc.js
├── .prettierrc.js
├── .release-it.json
├── __tests__/
│ ├── index.spec.ts
│ ├── .eslintrc.js
│ └── utils/
│ ├── CombinedMultipleChildren.vue
│ └── MultipleChildrenHelper.vue
├── src/
│ ├── index.ts
│ ├── Promised.ts
│ ├── usePromise.ts
│ └── utils.ts
└── .github/
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── funding.yml
├── ISSUE_TEMPLATE.md
├── PULL_REQUEST_TEMPLATE.md
└── settings.yml