UNPKG

@sendgrid/helpers

Version:

Twilio SendGrid NodeJS internal helpers

6 lines (5 loc) 133 B
/** * Split name and email address from string */ declare function splitNameEmail(str: string): string[]; export = splitNameEmail;