3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
declare function coerceToString(value: any): string | null;
|
|
export default coerceToString;
|