E

e18e/@e18e/has-tostringtag

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

has-tostringtag Codemod

Introduction

This codemod removes the has-tostringtag and has-tostringtag/shams modules from the codebase, replacing their usage with a simple boolean literal true. This effectively eliminates unnecessary dependencies, reduces the bundle size, and improves overall code performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.