Module

Global

Package
globals
Repository
purerl/purescript-globals

This module defines types for some global Javascript functions and values.

#isFinite Source

isFinite :: Number -> Boolean

Not a number (NaN) Test whether a number is NaN Positive infinity Test whether a number is finite

#readInt Source

readInt :: Int -> String -> Number

Parse an integer from a String in the specified base

#readFloat Source

readFloat :: String -> Number

Parse a floating point value from a String