8ede856
1
2
3
export const normalizeTextInput = (value: unknown): string => typeof value === 'string' ? value : '';