Merge pull request #1997 from pobiega/fix/nformat-return-type

ScriptEditor NetScriptDefinitions: nFormat should return string
This commit is contained in:
hydroflame
2021-12-18 14:40:20 -05:00
committed by GitHub

View File

@@ -5258,7 +5258,7 @@ export interface NS extends Singularity {
* @param format - Formatter.
* @returns Formated number.
*/
nFormat(n: number, format: string): number;
nFormat(n: number, format: string): string;
/**
* Format time to readable string