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');