Ee18e

e18e/@e18e/array.prototype.at

No description available

e18emodule-replacement
Public
9 executions
0 stars
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.at Codemod

Introduction

This codemod replaces instances of the deprecated or inefficient usage of array.prototype.at with the native Array.prototype.at method. The goal is to leverage built-in ES features, thereby reducing unnecessary dependencies, and improving performance and code clarity.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.