make nFormat return a string

This commit is contained in:
Robin Rexstedt 2021-12-18 13:12:23 +01:00
parent eb002d655a
commit 87d8f67df1

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