Ee18e

e18e/@e18e/is-array-buffer

No description available

e18emodule-replacement
Public
9 executions
Run locally
npx codemod @e18e/is-array-buffer
Documentation

is-array-buffer Codemod

Introduction

This codemod removes the dependency on the is-array-buffer package by replacing its usage with the built-in instanceof operator. This change reduces unnecessary dependencies, simplifying the codebase and potentially improving performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.