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