bitburner-src/markdown/bitburner.iport.write.md
2022-01-16 16:11:52 +00:00

14 lines
371 B
Markdown

<!-- 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; [write](./bitburner.iport.write.md)
## IPort.write property
write data to the port and removes and returns first element if full
<b>Signature:</b>
```typescript
write: (value: any) => any;
```