E

e18e/@e18e/is-plain-object

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

is-plain-object Codemod

Introduction

This codemod removes the dependency on the is-plain-object npm module by replacing its usage with a custom implementation using native JavaScript constructs. The goal is to eliminate unnecessary dependencies, thereby reducing bundle size and improving performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.