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;
|
||||
}
|
||||
|
||||
declare function chalk (): any;
|
||||
export default chalk as Chalk;
|
||||
declare const _chalk: Chalk;
|
||||
export default _chalk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue