Ee18e

e18e/@e18e/is-boolean-object

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/is-boolean-object

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.