Ee18e

e18e/@e18e/object-is

No description available

Legacy
e18emodule-replacement
Public
2 downloads
0 stars
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

Object Is Codemod

Introduction

This codemod replaces usages of the object-is npm module with the built-in Object.is method. By doing so, it reduces dependencies and leverages native JavaScript functionality, which can lead to improved performance and reduced bundle size.

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.