UNPKG

467 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.exploreGlobalApiHeaderMetadata = void 0;
4const constants_1 = require("../constants");
5const exploreGlobalApiHeaderMetadata = (metatype) => {
6 const headers = Reflect.getMetadata(constants_1.DECORATORS.API_HEADERS, metatype);
7 return headers ? { root: { parameters: headers }, depth: 1 } : undefined;
8};
9exports.exploreGlobalApiHeaderMetadata = exploreGlobalApiHeaderMetadata;