This commit is contained in:
u3u 2018-04-12 02:16:56 +00:00 committed by GitHub
commit 8a798c36ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
types/index.d.ts vendored
View file

@ -95,3 +95,7 @@ export interface Chalk {
declare const chalk: Chalk & { supportsColor: ColorSupport };
export default chalk
declare module 'chalk' {
export = chalk
}