@arizeai/phoenix-client
Version:
A client for the Phoenix API
8 lines • 330 B
TypeScript
/**
* Ensures that a value is a string.
* If the value is not a string, it will be converted to a string using `safelyStringifyJSON`.
* @param value - The value to ensure is a string.
* @returns The value as a string.
*/
export declare function ensureString(value: unknown): string;
//# sourceMappingURL=ensureString.d.ts.map