diff --git a/stderr.d.ts b/stderr.d.ts index 7b40af9..c1040da 100644 --- a/stderr.d.ts +++ b/stderr.d.ts @@ -2,5 +2,5 @@ import Chalk from '.'; declare const chalk: Chalk; -export * from '.'; export default chalk; +export * from '.';