UNPKG

@nestjs/swagger

Version:

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

3 lines (2 loc) 128 B
import { Type } from '@nestjs/common'; export declare function isBuiltInType(type: Type<unknown> | Function | string): boolean;