jackbearheart / email-addresses

An RFC 5322 email address parser
MIT License
249 stars 36 forks source link

Add null to possible return types from parsing functions #44

Closed sciyoshi closed 4 years ago

sciyoshi commented 5 years ago

All of these can return null if parsing fails for any reason, so the type definitions should reflect that.