really-good-srs-email-spell-checker-validator
v69.420.1337
Published
A totally legit real library to provide helpful typo detection for email fields
Downloads
18
Readme
A totally legit real library to provide helpful typo detection for email fields.
Install
npm i really-good-srs-email-spell-checker-validator
API
A function that returns a typo fix suggestion in email addresses, or null
if no potential typos are found.
Example
import suggest from 'really-good-srs-email-spell-checker-validator'
suggest('[email protected]') // => '[email protected]'
suggest('[email protected]') // => '[email protected]'
suggest('[email protected]') // => null
Other notes
Do not use this library