fix(types): remove arbitrary value expression
This commit is contained in:
parent
d86db88e77
commit
381f4ab630
1 changed files with 3 additions and 2 deletions
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
|
|
@ -86,5 +86,6 @@ 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