mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
595 B
595 B
Home > bitburner > NS > sprintf
NS.sprintf() method
Complete open source JavaScript sprintf implementation
Signature:
sprintf(format: string, ...args: string[]): string;
Parameters
| Parameter | Type | Description |
|---|---|---|
| format | string | String to format. |
| args | string[] | Formating arguments. |
Returns:
string
Formated text.
Remarks
0 GB