UNPKG

email-misspelled

Version:

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

11 lines (10 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.domainMapper = void 0; const domainMapper = (suggest) => ({ suggest, corrected: "", original: "", misspelledCount: 0 }); exports.domainMapper = domainMapper;