From 714daab1e77a0be3c3949077c5a4819dc2ff4b99 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 2 Jun 2022 20:50:16 +0200 Subject: [PATCH] docs(helpers/deprecatedMethod) --- lib/helpers/deprecatedMethod.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/helpers/deprecatedMethod.js b/lib/helpers/deprecatedMethod.js index ed40965..34c885b 100644 --- a/lib/helpers/deprecatedMethod.js +++ b/lib/helpers/deprecatedMethod.js @@ -9,6 +9,8 @@ * @param {string} method The name of the deprecated method * @param {string} [instead] The alternate method to use if applicable * @param {string} [docs] The documentation URL to get further details + * + * @returns {void} */ module.exports = function deprecatedMethod(method, instead, docs) { try {