e18e array-buffer-byte-length to native ArrayBuffer.prototype.byteLength()

Replaces the array-buffer-byte-length npm package with the native ArrayBuffer.prototype.byteLength() API.

This project aims to automate the cleanup of these dependencies for projects by implementing codemods to replace them. This will speed up the ecosystem cleanup efforts a lot by automating the process.

Credit

Full credit for this codemod goes to the original author(s) of the module. This is a simple wrapper around the original code to make it easier to use in the context of this project.