UNPKG

@nestjs/core

Version:

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

7 lines (6 loc) 203 B
import { Type } from '@nestjs/common'; export declare class InitializeOnPreviewAllowlist { private static readonly allowlist; static add(type: Type): void; static has(type: Type): boolean; }