UI: Added new locale-aware and configurable number formatting (#354)

This commit is contained in:
Snarling
2023-02-11 13:18:50 -05:00
committed by GitHub
parent 1f5546b721
commit b4074328ec
1231 changed files with 4233 additions and 11958 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
Steal a server's money.
<b>Signature:</b>
**Signature:**
```typescript
hack(host: string, opts?: BasicHGWOptions): Promise<number>;
@@ -17,9 +17,9 @@ hack(host: string, opts?: BasicHGWOptions): Promise<number>;
| Parameter | Type | Description |
| --- | --- | --- |
| host | string | Hostname of the target server to hack. |
| opts | [BasicHGWOptions](./bitburner.basichgwoptions.md) | Optional parameters for configuring function behavior. |
| opts | [BasicHGWOptions](./bitburner.basichgwoptions.md) | _(Optional)_ Optional parameters for configuring function behavior. |
<b>Returns:</b>
**Returns:**
Promise&lt;number&gt;