E

e18e/@e18e/is-nan

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

is-nan Codemod

Introduction

This codemod replaces the usage of the is-nan npm package with the built-in Number.isNaN method. By eliminating the import of the is-nan package, it helps to reduce bundle size and improve performance, making the codebase cleaner and more efficient.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.