E

e18e/@e18e/is-number

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-number Codemod

Introduction

This codemod removes the dependency on the is-number npm module and replaces its usage with a built-in check for determining if a value is a number. This not only reduces unnecessary dependencies but also enhances performance by using native JavaScript features.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.