Ee18e

e18e/@e18e/object.entries

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/object.entries

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.