UNPKG

email-misspelled

Version:

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

2 lines (1 loc) 76 B
export const sortByCount = (a, b) => a.misspelledCount - b.misspelledCount;