forked from orbit-oss/chalk
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
|
||||
};
|
||||
|
||||
declare var chalk: Chalk;
|
||||
|
||||
export default chalk;
|
||||
declare module.exports: Chalk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue