Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 813 Bytes

File metadata and controls

23 lines (18 loc) · 813 Bytes

codecov Build Status pub style: lint

Contains functions to help you parse values.

Functions

All functions below support providing default value if input can't be parsed.

  • parseDouble
  • parseInt
  • parseNum
  • parseString
  • parseBool
  • parseDateTime
  • parseUriData
  • parseUri
  • parseBigInt
  • parseList
  • parseListNoCatch