co-compose
Version:
AdonisJS and Koa style middleware layer with ability to run parallel middleware
14 lines (13 loc) • 472 B
JavaScript
;
/*
* co-compose
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Middleware = void 0;
var Middleware_1 = require("./src/Middleware");
Object.defineProperty(exports, "Middleware", { enumerable: true, get: function () { return Middleware_1.Middleware; } });