mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
6073964768
This is BN15. It is a really big change; see the PR for all the details.
13 lines
269 B
Markdown
13 lines
269 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [\_ValueOf](./bitburner._valueof.md)
|
|
|
|
## \_ValueOf type
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type _ValueOf<T> = T[keyof T];
|
|
```
|