Update type definitions
This commit is contained in:
parent
438f32698e
commit
08f9e5f3e3
2 changed files with 3 additions and 3 deletions
4
index.d.ts
vendored
4
index.d.ts
vendored
|
|
@ -35,7 +35,7 @@ export interface Options {
|
|||
level?: Level;
|
||||
}
|
||||
|
||||
export interface Constructor {
|
||||
export interface Instance {
|
||||
/**
|
||||
* Return a new Chalk instance.
|
||||
*/
|
||||
|
|
@ -75,7 +75,7 @@ export interface Chalk {
|
|||
/**
|
||||
* Return a new Chalk instance.
|
||||
*/
|
||||
constructor: Constructor;
|
||||
instance: Instance;
|
||||
|
||||
/**
|
||||
* Enable or disable Chalk.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue