UNPKG

@nestjs/common

Version:

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

7 lines (6 loc) 240 B
import 'reflect-metadata'; /** * Injects provider which has to be available in the current injector (module) scope. * Providers are recognized by types or tokens. */ export declare function Inject<T = any>(token: T): ParameterDecorator;