Ee18e

e18e/@e18e/object.values

No description available

e18emodule-replacement
Public
32 executions

Run locally

npx codemod @e18e/object.values

Object.values Codemod

Introduction

This codemod replaces the usage of the object.values package by transforming calls to it into the built-in Object.values method. This update helps reduce unnecessary dependencies and leverages native JavaScript features, thereby improving the performance of the codebase.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.