Update stderr.d.ts

This commit is contained in:
Sindre Sorhus 2018-12-28 02:53:52 +01:00 committed by GitHub
parent 48d8210536
commit c2fa79f513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
stderr.d.ts vendored
View file

@ -2,5 +2,5 @@ import Chalk from '.';
declare const chalk: Chalk;
export * from '.';
export default chalk;
export * from '.';