UNPKG

postflame

Version:

🔥 Generate Postman collections automatically from Hono + Zod routes.

10 lines (9 loc) 247 B
export function logInfo(msg) { console.log(`\x1b[36mℹ️ ${msg}\x1b[0m`); } export function logSuccess(msg) { console.log(`\x1b[32m✅ ${msg}\x1b[0m`); } export function logError(msg) { console.error(`\x1b[31m❌ ${msg}\x1b[0m`); }