UNPKG

@artur_mkrtchyannnn/metaphone

Version:
8 lines (7 loc) 186 B
/** * Get the phonetics according to the original Metaphone algorithm from a value * * @param {string} value * @returns {string} */ export function metaphone(value: string): string