rating-room/src/helpers/normalize.js

3 lines
60 B
JavaScript

export const normalize = (str) => str.toLowerCase().trim()