Viktor

Results 4 repositories owned by Viktor

BigDecimal

51
Stars
7
Forks
Watchers

a polyfill for decimal propocal

BigInteger

43
Stars
8
Forks
Watchers

Yet another implementaion of arbitrary-precision integers in pure JavaScript. Small. Well tested.

EventSource

2.0k
Stars
344
Forks
Watchers

a polyfill for http://www.w3.org/TR/eventsource/

babel-plugin-transform-bigint

17
Stars
5
Forks
Watchers

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