Ee18e

e18e/@e18e/array.prototype.concat

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/array.prototype.concat

Array.prototype.concat Codemod

Introduction

This codemod optimizes the usage of the Array.prototype.concat method by transforming its usage into a more efficient syntax. This helps to reduce redundancy and improve performance within the codebase.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.