UNPKG

hagen

Version:

A colorful logger for JS in Node and the Browser

10 lines (7 loc) 214 B
import { test } from "./index"; document.addEventListener("DOMContentLoaded", () => { // In the browser, the logger writes to console. // Open the browser dev console to see the colored output. test(); }); //