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
commit d5201885aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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