UNPKG

@nestjs/common

Version:

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

7 lines (6 loc) 235 B
import 'reflect-metadata'; /** * Makes the module single-scoped (not singleton). * Nest will always create the new instance of the module, when it's imported by another one. */ export declare function SingleScope(): ClassDecorator;