@microsoft/api-extractor
Version:
Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups
9 lines • 375 B
TypeScript
import type { Collector } from '../collector/Collector';
export declare class ValidationEnhancer {
static analyze(collector: Collector): void;
private static _checkForInternalUnderscore;
private static _checkForInconsistentReleaseTags;
private static _checkReferences;
private static _isEcmaScriptSymbol;
}
//# sourceMappingURL=ValidationEnhancer.d.ts.map