2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

docs(helpers/deprecatedMethod)

This commit is contained in:
Jay
2022-06-02 20:50:16 +02:00
parent ff2f0b4bd7
commit 714daab1e7
+2
View File
@@ -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 {