E

e18e/@e18e/typed-array-length

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 Length Codemod

Introduction

This codemod removes the dependency on the typed-array-length package and replaces its usage with the native length property of typed arrays. The goal is to reduce unnecessary dependencies, minimize bundle size, and leverage built-in JavaScript features for improved performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.