email-misspelled
Version:
Check misspell email's domain and return a list of matching domain suggestions
8 lines (7 loc) • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.microsoft = void 0;
const hotmail_js_1 = require("./hotmail.js");
const live_js_1 = require("./live.js");
const outlook_js_1 = require("./outlook.js");
exports.microsoft = [...hotmail_js_1.hotmail, ...live_js_1.live, ...outlook_js_1.outlook];