This commit is contained in:
Saad Quadri 2018-04-22 00:36:31 +00:00 committed by GitHub
commit 9aa51c2368
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;