mirror of
https://github.com/rowtype-yoga/purescript-js-bigints.git
synced 2024-11-25 05:26:45 +03:00
not really known
.github/workflows | ||
licenses | ||
src/JS | ||
test | ||
.gitignore | ||
bower.json | ||
LICENSE | ||
package.json | ||
packages.dhall | ||
README.md | ||
spago.dhall | ||
test.dhall |
purescript-js-bigints
ffi bindings for JavaScript's BigInt
.
Note: There is also purescript-bigints
, which wraps the BigInteger.js js library that emulated big integers before the arrival of BigInt
and is now basically just a polyfill.
purescript-js-bigints
on the other hand provides close and direct ffi bindings to the new native BigInt
and therefore doesn't require any external npm dependency. This library has been adapted from the original purescript-bigints
.
Documentation
Module documentation is published on Pursuit.
Installation
spago install js-bigints