From a0471375232e98706c1c612ae5fbcae84ca82930 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 2 Nov 2022 10:01:38 +0100 Subject: [PATCH] Add docs to types --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 2e44517..a078cb8 100644 --- a/index.js +++ b/index.js @@ -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) {