Skip to content

Commit

Permalink
add declare module
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 8, 2021
1 parent bd32d3b commit d9d8f7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flow-libs/chalk.flow
Expand Up @@ -4,6 +4,7 @@
* Flowgen v1.13.0
* @flow
*/
declare module 'chalk' { // manually added

/**
* Basic foreground colors.
Expand Down Expand Up @@ -390,3 +391,6 @@ declare var chalk: chalk$Chalk &
...
};
declare export default typeof chalk;


}

0 comments on commit d9d8f7c

Please sign in to comment.