Function: isSyntheticEmail()
isSyntheticEmail(
value):boolean
Whether an email's domain is an RFC 2606 / 6761 reserved / test domain.
Parameters
value
string
The candidate email address.
Returns
boolean
true when the domain is reserved (never real).
Example
import { isSyntheticEmail } from "@cosyte/synth";
isSyntheticEmail("faux.testerson@example.com"); // true