mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
make nFormat return a string
This commit is contained in:
parent
eb002d655a
commit
87d8f67df1
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -5258,7 +5258,7 @@ export interface NS extends Singularity {
|
|||||||
* @param format - Formatter.
|
* @param format - Formatter.
|
||||||
* @returns Formated number.
|
* @returns Formated number.
|
||||||
*/
|
*/
|
||||||
nFormat(n: number, format: string): number;
|
nFormat(n: number, format: string): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Format time to readable string
|
* Format time to readable string
|
||||||
|
Loading…
Reference in New Issue
Block a user