E

e18e/@e18e/data-view-byte-offset

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

Data View Byte Offset Codemod

Introduction

This codemod replaces the usage of the data-view-byte-offset npm module with a direct utilization of the built-in DataView feature in JavaScript. It eliminates the unnecessary dependency, reduces bundle size, and leverages native functionality for improved performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.