Improve Flow type definition for CommonJS interop (#268)
This commit is contained in:
parent
fc9a7e369b
commit
01cfb5c888
1 changed files with 1 additions and 3 deletions
|
|
@ -90,6 +90,4 @@ export interface Chalk {
|
||||||
supportsColor: ColorSupport
|
supportsColor: ColorSupport
|
||||||
};
|
};
|
||||||
|
|
||||||
declare var chalk: Chalk;
|
declare module.exports: Chalk;
|
||||||
|
|
||||||
export default chalk;
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue