Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix types for .name field #58

Merged
merged 1 commit into from
Apr 3, 2021
Merged

Conversation

leafac
Copy link
Contributor

@leafac leafac commented Apr 3, 2021

> emailAddresses.parseOneAddress("me@leafac.com").name
null
> emailAddresses.parseOneAddress("me@leafac.com").parts.name
null

```javascript
> emailAddresses.parseOneAddress("me@leafac.com").name
null
> emailAddresses.parseOneAddress("me@leafac.com").parts.name
null
```
@jackbearheart
Copy link
Owner

@leafac Thank you!

@jackbearheart jackbearheart merged commit 5d98276 into jackbearheart:master Apr 3, 2021
@leafac
Copy link
Contributor Author

leafac commented Apr 4, 2021

Thank you for maintaining this project. It works great for my use case 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants