E

e18e/@e18e/typed-array-buffer

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

Introduction

This codemod replaces instances of the typed-array-buffer npm module with built-in JavaScript functionalities. Specifically, it transforms calls to typed-array-buffer into the corresponding buffer property of typed arrays, thereby reducing the number of dependencies and enhancing the performance of the codebase.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.