Ee18e

e18e/@e18e/string.prototype.padend

No description available

e18emodule-replacement
Public
6 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

String.prototype.padend to padEnd Codemod

Introduction

This codemod replaces the usage of the non-standard String.prototype.padend method with the standard String.prototype.padEnd method. This change helps to ensure compatibility with more environments and improves maintainability by using built-in JavaScript functionality.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.