Ee18e

e18e/@e18e/string.prototype.padend

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/string.prototype.padend

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.