UNPKG

203 BTypeScriptView Raw
1import { Type } from '@nestjs/common';
2export declare class InitializeOnPreviewAllowlist {
3 private static readonly allowlist;
4 static add(type: Type): void;
5 static has(type: Type): boolean;
6}