UNPKG

@nestjs/common

Version:

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

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