mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
14 lines
371 B
Markdown
14 lines
371 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [IPort](./bitburner.iport.md) > [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;
|
|
```
|