mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
620 B
620 B
Home > bitburner > NS > tprintRaw
NS.tprintRaw() method
Prints a ReactNode to the terminal.
Signature:
tprintRaw(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.