This commit is contained in:
Alan Agius 2017-10-24 02:49:11 +00:00 committed by GitHub
commit eec1a6698e

4
types/index.d.ts vendored
View file

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