lnked/react-starter

View on GitHub
src/helpers/utils/prepare-field.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const prepareField = (str: string): string =>
  str && str.replace(/\s/g, '')