deno.land / std@0.166.0 / examples / colors.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
/** An example using `std/fmt/colors`. * * @module */
import { bgBlue, bold, italic, red } from "../fmt/colors.ts";
if (import.meta.main) { console.log(bgBlue(italic(red(bold("Hello world!")))));}
std

Version Info

Tagged at
a year ago