E

e18e/@e18e/math.cbrt

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

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

Ready to contribute?

Build your own codemod and share it with the community.