Ee18e

e18e/@e18e/number.isinteger

No description available

e18emodule-replacement
Public
8 executions
Run locally
npx codemod @e18e/number.isinteger
Documentation

Number IsInteger Codemod

Introduction

This codemod removes the import of the number.isinteger module, replacing its usage with native JavaScript functionality. The goal is to reduce unnecessary dependencies and improve the overall performance of the codebase by leveraging built-in capabilities.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.