UNPKG

@nestjs/common

Version:

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

8 lines (7 loc) 231 B
import { VersionValue } from '../../interfaces/version-options.interface'; /** * Sets the version of the endpoint to the passed version * * @publicApi */ export declare function Version(version: VersionValue): MethodDecorator;