mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
746 B
746 B
Format interface
Format API
Signature:
export interface Format
Methods
| Method | Description |
|---|---|
| number(n, fractionalDigits, suffixStart, isInteger) | Format a number. |
| percent(n, fractionalDigits, suffixStart) | Format a number as a percentage. |
| ram(n, fractionalDigits) | Format a number as an amount of ram. |
| time(milliseconds, milliPrecision) | Format time to a readable string. |