UNPKG

env-sentinel

Version:

Zero-dependency tool that auto-validates .env files against schema.env, with optional fallback and secure warnings.

6 lines (5 loc) 218 B
export const log = { error: (msg) => console.error(`\x1b[31m🛑 ${msg}\x1b[0m`), warn: (msg) => console.warn(`\x1b[33m⚠️ ${msg}\x1b[0m`), success: (msg) => console.log(`\x1b[32m✅ ${msg}\x1b[0m`), };