E

e18e/@e18e/array.prototype.concat

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

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.