E

e18e/@e18e/typedarray.prototype.slice

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

typedarray.prototype.slice Codemod

Introduction

This codemod removes the dependency on the typedarray.prototype.slice package and replaces its usage with the built-in slice method available on TypedArray objects. This change helps reduce unnecessary dependencies and improves the performance of the codebase by utilizing native features.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.