mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
UI: Added new locale-aware and configurable number formatting (#354)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
Write data to a port.
|
||||
|
||||
<b>Signature:</b>
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
write(value: string | number): PortData | null;
|
||||
@@ -18,7 +18,7 @@ write(value: string | number): PortData | null;
|
||||
| --- | --- | --- |
|
||||
| value | string \| number | |
|
||||
|
||||
<b>Returns:</b>
|
||||
**Returns:**
|
||||
|
||||
[PortData](./bitburner.portdata.md) \| null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user