UNPKG

hypershield

Version:

Middleware suite for high-performance and resilient APIs

8 lines 337 B
import { HyperShieldConfig } from '../types/config'; export declare class ConfigValidator { static validate(config: Partial<HyperShieldConfig>): HyperShieldConfig; private static validateCacheConfig; private static validateCompressionConfig; private static validateMetricsConfig; } //# sourceMappingURL=validator.d.ts.map