/babel-plugin-transform-bigint

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

Primary LanguageJavaScriptThe UnlicenseUnlicense

Watchers