[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.
**Returns:** void ## Remarks RAM cost: 0 GB See [ReactNode](./bitburner.reactnode.md) type for the acceptable values.