Ee18e

e18e/@e18e/parseint

No description available

e18emodule-replacement
Public
2 downloads
0 stars
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

parseint Codemod

Introduction

This codemod replaces instances of the parseint function with the built-in parseInt function. This transformation helps to standardize the usage of JavaScript's built-in features, reducing unnecessary custom definitions and improving code clarity.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.