change defs

This commit is contained in:
Andriy Mykhaylyk
2022-01-12 13:51:21 +01:00
parent e9db656e13
commit d2ea934c8e
3 changed files with 12 additions and 14 deletions

View File

@@ -5630,7 +5630,7 @@ export interface NS extends Singularity {
* @param args - Formating arguments.
* @returns Formated text.
*/
sprintf(format: string, ...args: string[]): string;
sprintf(format: string, ...args: any[]): string;
/**
* Format a string with an array of arguments.
@@ -5642,7 +5642,7 @@ export interface NS extends Singularity {
* @param args - Formating arguments.
* @returns Formated text.
*/
vsprintf(format: string, args: string[]): string;
vsprintf(format: string, args: any[]): string;
/**
* Format a number