UNPKG
@artur_mkrtchyannnn/metaphone
Version:
latest (2.0.1)
2.0.1
Metaphone implementation
words.github.io/metaphone/
words/metaphone
@artur_mkrtchyannnn/metaphone
/
index.d.ts
8 lines
(7 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Get the phonetics according to the original Metaphone algorithm from a value * *
@param
{string} value *
@returns
{string} */
export
function
metaphone
(
value:
string
):
string