Skip to content

Latest commit

History

History
14 lines (9 loc) 路 198 Bytes

parse.md

File metadata and controls

14 lines (9 loc) 路 198 Bytes
title
Parse

Values

Functions and constants included in the Parse module.

Parse.parseInt

parseInt : (string: String, radix: Number) -> Result<Number, Exception>