UNPKG

472 BJavaScriptView Raw
1"use strict";
2/*
3 * co-compose
4 *
5 * (c) Harminder Virk <virk@adonisjs.com>
6 *
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
10Object.defineProperty(exports, "__esModule", { value: true });
11exports.Middleware = void 0;
12var Middleware_1 = require("./src/Middleware");
13Object.defineProperty(exports, "Middleware", { enumerable: true, get: function () { return Middleware_1.Middleware; } });