E

e18e/@e18e/is-boolean-object

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-boolean-object Codemod

Introduction

This codemod replaces the usage of the is-boolean-object package with the native Object.prototype.toString.call method. By utilizing a built-in ES feature, the codemod reduces dependency on external packages, leading to a lighter codebase and potentially improved performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.