Ee18e

e18e/@e18e/number.prototype.toexponential

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/number.prototype.toexponential

number.prototype.toexponential Codemod

Introduction

This codemod removes the import statement for number.prototype.toexponential, which is an unnecessary dependency in the codebase. By utilizing built-in JavaScript functionalities instead, this codemod helps to decrease bundle size and improve code performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.