UNPKG
as-rainbow
Version:
latest (0.1.0)
0.1.0
Console colors for AssemblyScript
github.com/JairusSW/as-rainbow
JairusSW/as-rainbow
as-rainbow
/
assembly
/
test.ts
3 lines
•
127 B
text/typescript
View Raw
1
2
3
import
"wasi"
import
{ rainbow }
from
"."
console
.
log
(rainbow.
blue
(
"Hello from as-rainbow! Time to make this terminal pop!"
))