1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/colors/example.ts
2019-01-10 20:18:21 -05:00

3 lines
87 B
TypeScript

import { color } from "./mod.ts";
console.log(color.bgBlue.red.bold("Hello world!"));