UNPKG

@nestjs/common

Version:

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

6 lines (5 loc) 231 B
/** * 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;