UNPKG

mathsteps-experimental-fork

Version:

Step by step math solutions. Experimental Fork

4 lines (2 loc) 78 B
const cleanString = (str) => str.replace(/\s/g, ""); export { cleanString };