E

e18e/@e18e/object.values

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

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.