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

نووسراو ببینە
1
2
3
4
5
6
7
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.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
3 years ago

External Dependencies

No external dependencies 🎉