API: Expose ProgramName enum (#2492)

This commit is contained in:
catloversg
2026-02-14 02:51:42 +07:00
committed by GitHub
parent be66b766a2
commit 68700ff01f
14 changed files with 115 additions and 24 deletions

View File

@@ -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>