e18e array.prototype.map to Array.prototype.map()
Replaces the array.prototype.map
npm package with the ES native Array.prototype.map() 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.