UNPKG

email-misspelled

Version:

Check misspell email's domain and return a list of matching domain suggestions

5 lines (4 loc) 174 B
import { hotmail } from "./hotmail.js"; import { live } from "./live.js"; import { outlook } from "./outlook.js"; export const microsoft = [...hotmail, ...live, ...outlook];