@pro-script/as-is
Version:
Check your types at runtime with ESNext syntax by meta programing in node.js and browser with interfaces, types, strict object and more.
23 lines (22 loc) • 335 B
CSS
body {
font-family: 'Ubuntu Mono', monospace;
font-size: larger;
background-color: #202124;
padding: 120px;
color: white;
}
.info {
color: dodgerblue;
font-weight: bold;
}
.timeEnd {
color: gray;
font-weight: bold;
}
.log {
color: seagreen;
}
.error {
color:crimson;
font-weight: bold
}