Update types/index.d.ts basic, no arg form
Co-Authored-By: vanbujm <vanbujm@gmail.com>
This commit is contained in:
parent
eac645be4f
commit
3f9e501465
1 changed files with 1 additions and 1 deletions
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
|
|
@ -26,7 +26,7 @@ export interface ColorSupport {
|
|||
}
|
||||
|
||||
export interface Chalk {
|
||||
(...text: string[]): string;
|
||||
(...text: unknown[]): string;
|
||||
(text: TemplateStringsArray, ...placeholders: unknown[]): string;
|
||||
constructor: ChalkConstructor;
|
||||
enabled: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue