UNPKG

express-hale

Version:

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

9 lines • 259 B
#!/usr/bin/env node /** * Express Hale - Error Handling Demo * * This file demonstrates the comprehensive error handling system * with HTTP status codes, middleware, and fallback mechanisms. */ export {}; //# sourceMappingURL=demo-error-handling.d.ts.map