Ee18e

e18e/@e18e/xtend

No description available

e18emodule-replacement
Public
31 executions

Run locally

npx codemod @e18e/xtend

Xtend Codemod

Introduction

This codemod eliminates the xtend npm module by refactoring code to use the built-in JavaScript spread operator. This reduces the dependency on an external package, thereby decreasing the bundle size and improving the performance of the codebase.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.