UNPKG

@loopback/rest

Version:

Expose controllers as REST endpoints and route REST API requests to controller methods

16 lines 859 B
"use strict"; // Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. // Node module: @loopback/rest // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./body-parser"), exports); tslib_1.__exportStar(require("./body-parser.helpers"), exports); tslib_1.__exportStar(require("./body-parser.json"), exports); tslib_1.__exportStar(require("./body-parser.raw"), exports); tslib_1.__exportStar(require("./body-parser.stream"), exports); tslib_1.__exportStar(require("./body-parser.text"), exports); tslib_1.__exportStar(require("./body-parser.urlencoded"), exports); tslib_1.__exportStar(require("./types"), exports); //# sourceMappingURL=index.js.map