Skip to content

Commit

Permalink
Add docs to types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 2, 2022
1 parent 6cd01d4 commit a047137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ const dutchSch = /E[DMNR]|UY|OO/
* Get the phonetics according to the Double Metaphone algorithm from a value.
*
* @param {string} value
* Value to use.
* @returns {[string, string]}
* Double metaphone codes for `value`.
*/
// eslint-disable-next-line complexity
export function doubleMetaphone(value) {
Expand Down

0 comments on commit a047137

Please sign in to comment.