email(email: string): {
include: boolean,
matchs: RegExpMatchArray | null,
groups: Array<{ user: string, domain: string } | null> | null
}
Last updated
email(email: string): {
include: boolean,
matchs: RegExpMatchArray | null,
groups: Array<{ user: string, domain: string } | null> | null
}
Last updated