UNPKG
hagen
Version:
latest (3.1.0)
3.1.0
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
A colorful logger for JS in Node and the Browser
github.com/j0hnm4r5/hagen
j0hnm4r5/hagen
hagen
/
src
/
test
/
browser.visualize.ts
10 lines
(7 loc)
•
214 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
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
(); });
//