š Note: Open your browser's Developer Console (F12) to see the styled log outputs! ā¹ļø Expected: You may see Node.js module errors (process, os, tty) in the console - these are expected in browser environments and don't affect the logger functionality.
Basic Logger Tests
Stream Logger Tests
Time and Prefix Tests
Example usage in browser:
import { logger } from '../../.output/dist/index.js';
logger.info.text('Hello from browser!').print();