Ee18e

e18e/@e18e/array.prototype.entries

No description available

e18emodule-replacement
Public
40 executions

Run locally

npx codemod @e18e/array.prototype.entries

Codemod: Replace array.prototype.entries with Built-in Method

Introduction

This codemod replaces the usage of the array.prototype.entries function with the built-in entries method directly on arrays. By utilizing native methods, we can reduce unnecessary dependencies, improve performance, and simplify the codebase.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.