Ee18e

e18e/@e18e/object.getprototypeof

No description available

e18emodule-replacement
Public
8 executions

Run locally

npx codemod @e18e/object.getprototypeof

Object.getPrototypeOf Codemod

Introduction

This codemod replaces the use of the object.getprototypeof npm module with the built-in Object.getPrototypeOf method. This change helps to eliminate unnecessary dependencies, reducing the bundle size and improving the performance of the codebase.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.