E

e18e/@e18e/math.acosh

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 ACOSH Codemod

Introduction

This codemod replaces the usage of the math.acosh/polyfill with the built-in Math.acosh method. This transformation reduces unnecessary dependencies by utilizing native JavaScript functionality, ultimately improving performance and reducing bundle size.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.