Improve Flow type def for commonjs interop

This commit is contained in:
Jamie 2018-04-25 15:29:06 -07:00 committed by GitHub
parent fc9a7e369b
commit 909a078352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,4 @@ export interface Chalk {
supportsColor: ColorSupport
};
declare var chalk: Chalk;
export default chalk;
declare module.exports: Chalk;