E

e18e/@e18e/object-keys

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 Keys Codemod

Introduction

This codemod replaces the usage of the object-keys npm module with the native Object.keys method. It removes unnecessary dependencies from the codebase, which helps to reduce bundle size and improve performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.