Ee18e

e18e/@e18e/math.acosh

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/math.acosh

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.