Ee18e

e18e/@e18e/math.f16round

No description available

Legacy
e18emodule-replacement
Public
2 downloads
0 stars
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

Math F16 Round Codemod

Introduction

This codemod replaces the use of the math.f16round polyfill with the built-in f16round function. By doing so, it eliminates the need for an external dependency, helping to reduce the bundle size and improve performance.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.