Ee18e

e18e/@e18e/typed-array-byte-length

No description available

Legacy
e18emodule-replacement
Public
2 downloads
0 stars
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

Typed Array Byte Length Codemod

Introduction

This codemod removes the dependency on the typed-array-byte-length module and replaces its usage with the native byteLength property from typed arrays. This reduces unnecessary dependencies, optimizes bundle size, and leverages built-in JavaScript features for better performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.