UNPKG

402 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.exploreApiExcludeEndpointMetadata = void 0;
4const constants_1 = require("../constants");
5const exploreApiExcludeEndpointMetadata = (instance, prototype, method) => Reflect.getMetadata(constants_1.DECORATORS.API_EXCLUDE_ENDPOINT, method);
6exports.exploreApiExcludeEndpointMetadata = exploreApiExcludeEndpointMetadata;