UNPKG

email-misspelled

Version:

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

6 lines (5 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sanitizeString = void 0; const sanitizeString = (value) => value.replaceAll(/(<script)(.*)(>)(.*)(<\/script>)/gi, ""); exports.sanitizeString = sanitizeString;