[flow] add compatibility with node require()

This commit is contained in:
saadq 2018-04-21 20:26:36 -04:00
parent fc9a7e369b
commit 2b6f8d9aca

View file

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