1 line
No EOL
71 B
TypeScript
1 line
No EOL
71 B
TypeScript
export const replaceComma = (value: string) => value.replace(',', '.'); |