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