UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

7 lines 262 B
import { Type } from '../contracts'; export declare class InitializeOnPreviewAllowlist { private static readonly allowlist; static add(type: Type): void; static has(type: Type): boolean; } //# sourceMappingURL=initialize-on-preview-allowlist.d.ts.map