UNPKG

176 BTypeScriptView Raw
1import { Scope } from '@nestjs/common';
2import { Type } from '@nestjs/common/interfaces/type.interface';
3export declare function getClassScope(provider: Type<unknown>): Scope;