core.typedvaluetostring
Home > @medplum/core > typedValueToString
typedValueToString() function
Converts a typed value to a string.
Signature:
export declare function typedValueToString(typedValue: TypedValue | undefined): string;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| typedValue | TypedValue | undefined | The typed value to convert to a string. | 
Returns:
string
The string representation of the typed value.