UNPKG

@nestjs/swagger

Version:

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

6 lines (5 loc) 264 B
import { DECORATORS } from '../constants.js'; export const exploreGlobalApiHeaderMetadata = (metatype) => { const headers = Reflect.getMetadata(DECORATORS.API_HEADERS, metatype); return headers ? { root: { parameters: headers }, depth: 1 } : undefined; };