Ee18e

e18e/@e18e/is-plain-object

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/is-plain-object

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.