mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
DOCUMENTATION: Fix wrong param/return type and clarify ns.sleep, ns.asleep, ns.singularity.exportGame (#2242)
This commit is contained in:
@@ -9,11 +9,11 @@ Backup game save.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
exportGame(): void;
|
||||
exportGame(): Promise<void>;
|
||||
```
|
||||
**Returns:**
|
||||
|
||||
void
|
||||
Promise<void>
|
||||
|
||||
## Remarks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user