1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 22:09:02 -05:00
denoland-deno/colors/example.ts

4 lines
87 B
TypeScript
Raw Normal View History

2019-01-10 20:18:21 -05:00
import { color } from "./mod.ts";
2018-12-19 13:20:06 -05:00
console.log(color.bgBlue.red.bold("Hello world!"));