UNPKG

@microsoft/api-extractor

Version:

Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups

5 lines 197 B
import type { Collector } from '../collector/Collector'; export declare class ValidationEnhancer { static analyze(collector: Collector): void; } //# sourceMappingURL=ValidationEnhancer.d.ts.map