1 line
No EOL
85 B
TypeScript
1 line
No EOL
85 B
TypeScript
export const replaceComma = (value: string | number) => `${value}`.replace(',', '.'); |