| Server IP : 216.238.66.20 / Your IP : 216.73.216.248 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/energia-cce.gamliel.mx/htdocs/energia-cce/node_modules/koa-compose/ |
Upload File : |
# koa-compose [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Test coverage][codecov-image]][codecov-url] [![Dependency Status][david-image]][david-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] Compose middleware. ## Installation ```js $ npm install koa-compose ``` ## API ### compose([a, b, c, ...]) Compose the given middleware and return middleware. ## License MIT [npm-image]: https://img.shields.io/npm/v/koa-compose.svg?style=flat-square [npm-url]: https://npmjs.org/package/koa-compose [travis-image]: https://img.shields.io/travis/koajs/compose/next.svg?style=flat-square [travis-url]: https://travis-ci.org/koajs/compose [codecov-image]: https://img.shields.io/codecov/c/github/koajs/compose/next.svg?style=flat-square [codecov-url]: https://codecov.io/github/koajs/compose [david-image]: http://img.shields.io/david/koajs/compose.svg?style=flat-square [david-url]: https://david-dm.org/koajs/compose [license-image]: http://img.shields.io/npm/l/koa-compose.svg?style=flat-square [license-url]: LICENSE [downloads-image]: http://img.shields.io/npm/dm/koa-compose.svg?style=flat-square [downloads-url]: https://npmjs.org/package/koa-compose