UNPKG

protontype

Version:

A simple REST framework make in TypeScript

15 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @author Humberto Machado */ class ProtonMiddleware { init(protonApplication) { this.express = protonApplication.getExpress(); this.protonApplication = protonApplication; return this; } configMiddlewares() { } } exports.ProtonMiddleware = ProtonMiddleware; //# sourceMappingURL=ProtonMiddleware.js.map