asString() function

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Utility function for custom functions. Cast a value as a string, unwrapping objects using their valueOf() methods. Throws a RangeError for invalid inputs.

Signature:

export declare function asString(value: unknown): string;

Parameters

Parameter Type Description
value unknown  

Returns:

string