UNPKG

@nestjs/swagger

Version:

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

3 lines (2 loc) 190 B
import { DECORATORS } from '../constants.js'; export const exploreApiExcludeEndpointMetadata = (instance, prototype, method) => Reflect.getMetadata(DECORATORS.API_EXCLUDE_ENDPOINT, method);