diff options
Diffstat (limited to 'colors')
| -rw-r--r-- | colors/example.ts | 1 | ||||
| -rw-r--r-- | colors/test.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/colors/example.ts b/colors/example.ts index 02bc93432..c6bbd614d 100644 --- a/colors/example.ts +++ b/colors/example.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { bgBlue, red, bold, italic } from "./mod.ts"; console.log(bgBlue(italic(red(bold("Hello world!"))))); diff --git a/colors/test.ts b/colors/test.ts index f12f0cbb1..bdce35523 100644 --- a/colors/test.ts +++ b/colors/test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { assert, test } from "../testing/mod.ts"; import { red, bgBlue, setEnabled, getEnabled } from "./mod.ts"; import "./example.ts"; |
