Merge 99c3f6925a into dc092b4a5f
This commit is contained in:
commit
eec1a6698e
1 changed files with 2 additions and 2 deletions
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue