UNPKG

@ivamuno/nestjs-openapi

Version:
10 lines (9 loc) 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.exploreAsyncapiChannelMetadata = void 0; const __1 = require(".."); const exploreAsyncapiChannelMetadata = (metatype) => { const result = Reflect.getMetadata(__1.DECORATORS.ASYNCAPI_CHANNEL, metatype); return result; }; exports.exploreAsyncapiChannelMetadata = exploreAsyncapiChannelMetadata;