When to use
Uses PrettyPrinter internally so complex objects, arrays, and nested structures are printed in a readable format.
API Reference
Converts a value to readable text and logs it to the console.
Uses PrettyPrinter internally so complex objects, arrays, and nested structures are printed in a readable format.
export function printValue(value: unknown): void {import { printValue } from '@rs-x/core';import { printValue } from '@rs-x/core';
printValue(/* arguments */);Value to format and print.
void