mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
change defs
This commit is contained in:
parent
d2ea934c8e
commit
4511078477
4
dist/bitburner.d.ts
vendored
4
dist/bitburner.d.ts
vendored
@ -3916,7 +3916,7 @@ export declare interface NS extends Singularity {
|
|||||||
* @param args - Formating arguments.
|
* @param args - Formating arguments.
|
||||||
* @returns Formated text.
|
* @returns Formated text.
|
||||||
*/
|
*/
|
||||||
sprintf(format: string, ...args: string[]): string;
|
sprintf(format: string, ...args: any[]): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Format a string with an array of arguments.
|
* Format a string with an array of arguments.
|
||||||
@ -3928,7 +3928,7 @@ export declare interface NS extends Singularity {
|
|||||||
* @param args - Formating arguments.
|
* @param args - Formating arguments.
|
||||||
* @returns Formated text.
|
* @returns Formated text.
|
||||||
*/
|
*/
|
||||||
vsprintf(format: string, args: string[]): string;
|
vsprintf(format: string, args: any[]): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Format a number
|
* Format a number
|
||||||
|
Loading…
Reference in New Issue
Block a user