Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 252 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 252 Bytes

@atlasbot/parsers

These parsers convert strings into various forms of data. The goal for most is lax but accurate parsing, so a boolean can be y or yes instead of just true/false. Speed is also a concern, so they're generally reasonably fast.