rating-room/src/helpers/normalize.js

3 lines
78 B
JavaScript

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