UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

7 lines (6 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.exploreApiIncludeEndpointMetadata = void 0; const constants_1 = require("../constants"); const exploreApiIncludeEndpointMetadata = (instance, prototype, method) => Reflect.getMetadata(constants_1.DECORATORS.API_INCLUDE_ENDPOINT, method); exports.exploreApiIncludeEndpointMetadata = exploreApiIncludeEndpointMetadata;