change defs

This commit is contained in:
Andriy Mykhaylyk 2022-01-12 13:52:36 +01:00 committed by GitHub
parent d2ea934c8e
commit 4511078477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
dist/bitburner.d.ts vendored

@ -3916,7 +3916,7 @@ export declare 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.
@ -3928,7 +3928,7 @@ export declare 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