mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
619 B
619 B
Home > bitburner > NS > printRaw
NS.printRaw() method
Prints a ReactNode to the script logs.
Signature:
printRaw(node: ReactNode): void;
Parameters
Parameter | Type | Description |
---|---|---|
node | ReactNode | The React node to be printed. |
Returns:
void
Remarks
RAM cost: 0 GB
See ReactNode type for the acceptable values.