This commit is contained in:
calebboyd 2017-10-18 20:25:22 +00:00 committed by GitHub
commit cee4d29edf

5
types/index.d.ts vendored
View file

@ -86,5 +86,6 @@ export interface Chalk {
bgWhiteBright: Chalk;
}
declare function chalk (): any;
export default chalk as Chalk;
declare const chalk: Chalk
export default chalk