Home > bitburner > NS > printRaw
Prints a ReactNode to the script logs.
Signature:
printRaw(node: ReactNode): void;
Parameter | Type | Description |
---|---|---|
node | ReactNode | The React node to be printed. |
Returns:
void
RAM cost: 0 GB
See ReactNode type for the acceptable values.