UNPKG

extract-email-address

Version:

Extracts email address from an arbitrary text input.

2 lines (1 loc) 64 B
export { type EmailMatch, extractEmail } from './extractEmail';