[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [printRaw](./bitburner.ns.printraw.md) ## NS.printRaw() method Prints a ReactNode to the script logs. **Signature:** ```typescript printRaw(node: ReactNode): void; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| node | [ReactNode](./bitburner.reactnode.md) | The React node to be printed. |