bitburner-src/markdown/bitburner.iport.peek.md

14 lines
382 B
Markdown
Raw Normal View History

2022-01-13 19:48:54 +01:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [IPort](./bitburner.iport.md) &gt; [peek](./bitburner.iport.peek.md)
## IPort.peek property
reads first element without removing it from port if no data in port returns "NULL PORT DATA"
<b>Signature:</b>
```typescript
peek: () => any;
```