This commit is contained in:
Olivier Gagnon
2021-11-03 00:27:21 -04:00
parent 37845c57c0
commit 2b79871c02
299 changed files with 3861 additions and 7125 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ Returns the hostname of the newly purchased server as a string. If the function
<b>Signature:</b>
```typescript
purchaseServer(hostname: string, ram: number): string | "";
purchaseServer(hostname: string, ram: number): string;
```
## Parameters
@@ -27,7 +27,7 @@ purchaseServer(hostname: string, ram: number): string | "";
<b>Returns:</b>
string \| ""
string
The hostname of the newly purchased server.