From 77a3e81147dfdf706b8d5516593aac4e2c5a370d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 15 Oct 2017 14:46:10 +0700 Subject: [PATCH] Update test.ts --- types/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/test.ts b/types/test.ts index c312523..fad1ae4 100644 --- a/types/test.ts +++ b/types/test.ts @@ -1,4 +1,4 @@ -import chalk, { Level } from '..'; +import chalk, {Level} from '..'; chalk.underline('foo'); chalk.red('foo');