From 151ce0266eb4de2c8fc600c81c192a5f791b6169 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 9 Oct 2019 17:10:09 -0400 Subject: Move everything into std subdir --- std/examples/colors.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 std/examples/colors.ts (limited to 'std/examples/colors.ts') diff --git a/std/examples/colors.ts b/std/examples/colors.ts new file mode 100644 index 000000000..6f03355c6 --- /dev/null +++ b/std/examples/colors.ts @@ -0,0 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +import { bgBlue, red, bold, italic } from "../fmt/colors.ts"; + +console.log(bgBlue(italic(red(bold("Hello world!"))))); -- cgit v1.2.3