[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 Signature: ```typescript write: (value: any) => any; ```