UNPKG

express-hale

Version:

🚀 Interactive Express.js scaffold CLI with comprehensive error handling, TypeScript/JavaScript, database integrations, Git Flow, and development tools

7 lines • 399 B
export declare abstract class BaseRenderer { protected getLanguageExtension(language: string): string; protected getImportStatement(language: string, module: string, imports: string): string; protected getExportStatement(language: string, exportName: string): string; protected addTypeAnnotations(language: string, code: string): string; } //# sourceMappingURL=base-renderer.d.ts.map