UNPKG

@nestjs/common

Version:

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

7 lines (6 loc) 248 B
import 'reflect-metadata'; /** * Defines the Controller. The controller can inject dependencies through constructor. * Those dependencies should belongs to the same module. */ export declare function Controller(prefix?: string): ClassDecorator;