E

e18e/@e18e/is-whitespace

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

Remove is-whitespace Dependency Codemod

Introduction

This codemod removes the is-whitespace npm module from the codebase and replaces its usage with a built-in JavaScript feature. The goal is to reduce unnecessary dependencies, resulting in a smaller bundle size and improved performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.