Fix IntelliSense

This commit is contained in:
u3u 2018-01-10 16:40:21 +08:00 committed by GitHub
parent bc3dd75329
commit 71dec9d5f2
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
}