Improve Flow type definition for CommonJS interop (#268)

This commit is contained in:
Jamie 2018-04-25 22:14:22 -07:00 committed by Sindre Sorhus
parent fc9a7e369b
commit 01cfb5c888

View file

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