mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
API: Expose ProgramName enum (#2492)
This commit is contained in:
@@ -9,7 +9,7 @@ Check the price of an exploit on the dark web
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getDarkwebProgramCost(programName: string): number;
|
||||
getDarkwebProgramCost(programName: ProgramName): number;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -37,7 +37,7 @@ programName
|
||||
|
||||
</td><td>
|
||||
|
||||
string
|
||||
[ProgramName](./bitburner.programname.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
Reference in New Issue
Block a user