Repository URL to install this package:
|
Version:
7.0.10 ▾
|
import { Scope } from '@nestjs/common';
import { Type } from '@nestjs/common/interfaces/type.interface';
export declare function getClassScope(provider: Type<unknown>): Scope;