[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [tprintRaw](./bitburner.ns.tprintraw.md) ## NS.tprintRaw() method Prints a ReactNode to the terminal. **Signature:** ```typescript tprintRaw(node: ReactNode): void; ``` ## Parameters
Parameter Type Description
node [ReactNode](./bitburner.reactnode.md) The React node to be printed.
**Returns:** void ## Remarks RAM cost: 0 GB See [ReactNode](./bitburner.reactnode.md) type for the acceptable values.