Spaces:
Sleeping
Sleeping
File size: 176 Bytes
cfbbc1a | 1 2 3 4 | import { Scope } from '@nestjs/common';
import { Type } from '@nestjs/common/interfaces/type.interface';
export declare function getClassScope(provider: Type<unknown>): Scope;
|