UNPKG

495 BJavaScriptView Raw
1"use strict";
2// Copyright IBM Corp. and LoopBack contributors 2018,2019. All Rights Reserved.
3// Node module: @loopback/rest
4// This file is licensed under the MIT License.
5// License text available at https://opensource.org/licenses/MIT
6Object.defineProperty(exports, "__esModule", { value: true });
7exports.REQUEST_BODY_PARSER_TAG = void 0;
8/**
9 * Binding tag for request body parser extensions
10 */
11exports.REQUEST_BODY_PARSER_TAG = 'rest.requestBodyParser';
12//# sourceMappingURL=types.js.map
\No newline at end of file