Ee18e

e18e/@e18e/is-even

No description available

e18emodule-replacement
Public
8 executions
Run locally
npx codemod @e18e/is-even
Documentation

is-even Codemod

Introduction

This codemod removes the dependency on the is-even npm module by replacing its usage with a native JavaScript expression that checks if a number is even. This change optimizes performance, reduces bundle size, and eliminates unnecessary dependencies.

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.