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

https://github.com/athanclark/purescript-parseint

Bindings to parseInt()
https://github.com/athanclark/purescript-parseint

parseint purescript

Last synced: 4 months ago
JSON representation

Bindings to parseInt()

Awesome Lists containing this project

README

          

# parseint

Yeah so I wrote bindings to javascript's global `parseInt()` function a long while back, before realizing I
should also have added `parseFloat()` in here too... so now it's just named `purescript-parseint` :)

They're really trivial bindings - use `Radix` where applicable (i.e. hexadecimal encoding).