UNPKG

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