Math Cbrt Codemod
Introduction
This codemod replaces the usage of the math.cbrt/polyfill with the built-in Math.cbrt function, enhancing performance by eliminating unnecessary dependencies and reducing the bundle size.
Before
javascript
After
javascript