An open API service indexing awesome lists of open source software.

https://github.com/mitscherlich/babel-plugin-transform-decimal

A plugin for babel to transform `x * y` into something like `JSBD.multiply(x, y)` to support bigdecimals.
https://github.com/mitscherlich/babel-plugin-transform-decimal

Last synced: 23 days ago
JSON representation

A plugin for babel to transform `x * y` into something like `JSBD.multiply(x, y)` to support bigdecimals.

Awesome Lists containing this project