UNPKG

476 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.exploreApiExcludeControllerMetadata = void 0;
4const constants_1 = require("../constants");
5const exploreApiExcludeControllerMetadata = (metatype) => { var _a; return ((_a = Reflect.getMetadata(constants_1.DECORATORS.API_EXCLUDE_CONTROLLER, metatype)) === null || _a === void 0 ? void 0 : _a[0]) === true; };
6exports.exploreApiExcludeControllerMetadata = exploreApiExcludeControllerMetadata;