fix(types): remove arbitrary value expression

This commit is contained in:
calebboyd 2017-10-18 07:52:43 -05:00
parent d86db88e77
commit 381f4ab630

5
types/index.d.ts vendored
View file

@ -86,5 +86,6 @@ export interface Chalk {
bgWhiteBright: Chalk; bgWhiteBright: Chalk;
} }
declare function chalk (): any; declare const chalk: Chalk
export default chalk as Chalk;
export default chalk