UNPKG

@notjustcoders/ioc-arise

Version:

Arise type-safe IoC containers from your code. Zero overhead, zero coupling.

10 lines 410 B
export declare class GeneratedCodeValidator { /** * Validates generated TypeScript files for errors * @param filePaths - Array of absolute paths to generated files * @param sourceDir - Source directory of the project for context */ static validate(filePaths: string[], sourceDir: string): void; private static reportErrors; } //# sourceMappingURL=generatedCodeValidator.d.ts.map