Ee18e

e18e/@e18e/promise.any

No description available

Legacy
e18emodule-replacement
Public
2 downloads
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

promise.any Codemod

Introduction

This codemod replaces usage of the promise.any package with the built-in Promise.any method, which is part of the ECMAScript specification. By using the native implementation, this codemod helps to eliminate an unnecessary dependency, reducing the bundle size and enhancing performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.