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

View File

@@ -6,7 +6,7 @@
Get the input data.
<b>Signature:</b>
**Signature:**
```typescript
getData(filename: string, host?: string): CodingContractData;
@@ -17,9 +17,9 @@ getData(filename: string, host?: string): CodingContractData;
| Parameter | Type | Description |
| --- | --- | --- |
| filename | string | Filename of the contract. |
| host | string | Host of the server containing the contract. Optional. Defaults to current server if not provided. |
| host | string | _(Optional)_ Host of the server containing the contract. Optional. Defaults to current server if not provided. |
<b>Returns:</b>
**Returns:**
[CodingContractData](./bitburner.codingcontractdata.md)