UNPKG

@nestjs/swagger

Version:

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

4 lines (3 loc) 195 B
import { DECORATORS } from '../constants.js'; export const exploreApiExcludeControllerMetadata = (metatype) => Reflect.getMetadata(DECORATORS.API_EXCLUDE_CONTROLLER, metatype)?.[0] === true;