Files
bitburner-src/markdown/bitburner._valueof.md

13 lines
262 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [\_ValueOf](./bitburner._valueof.md)
## \_ValueOf type
**Signature:**
```typescript
type _ValueOf<T> = T[keyof T];
```