UNPKG

@nestjs/core

Version:

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

6 lines (5 loc) 211 B
import { RuntimeException } from './runtime.exception'; import { Type } from '@nestjs/common'; export declare class UndefinedForwardRefException extends RuntimeException { constructor(scope: Type<any>[]); }