UNPKG

woaru

Version:

Universal Project Setup Autopilot - Analyze and automatically configure development tools for ANY programming language

9 lines 315 B
/** * Example usage of the TranslationValidator * * This file demonstrates how to use the enhanced TranslationValidator * with various configuration options. */ declare function runValidationExamples(): Promise<void>; export { runValidationExamples }; //# sourceMappingURL=translationValidator.example.d.ts.map