Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 403 Bytes

Node.Global.md

File metadata and controls

23 lines (15 loc) · 403 Bytes

Node.Global

Global functions

intToString

intToString : Int -> Int -> Result Node.Error.Error String

Convert an integer into a string using the specified radix.


stringToInt

stringToInt : Int -> String -> Result Node.Error.Error Int

Convert a string into an integer using the specified radix.