Ee18e

e18e/@e18e/object-keys

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/object-keys

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.