E

e18e/@e18e/object.entries

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.entries Codemod

Introduction

This codemod replaces occurrences of the object.entries function from a third-party module with the built-in Object.entries method available in JavaScript. This improves performance and reduces the size of the dependencies in the codebase by utilizing native functionality.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.