mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
docs(helpers/deprecatedMethod)
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
* @param {string} method The name of the deprecated method
|
* @param {string} method The name of the deprecated method
|
||||||
* @param {string} [instead] The alternate method to use if applicable
|
* @param {string} [instead] The alternate method to use if applicable
|
||||||
* @param {string} [docs] The documentation URL to get further details
|
* @param {string} [docs] The documentation URL to get further details
|
||||||
|
*
|
||||||
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
module.exports = function deprecatedMethod(method, instead, docs) {
|
module.exports = function deprecatedMethod(method, instead, docs) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user