E

e18e/@e18e/number.prototype.toexponential

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

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.