2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

docs(helpers/isAbsoluteURL)

This commit is contained in:
Jay
2022-06-02 20:48:55 +02:00
parent 910a920c55
commit 10c20daa2b
+1
View File
@@ -4,6 +4,7 @@
* Determines whether the specified URL is absolute
*
* @param {string} url The URL to test
*
* @returns {boolean} True if the specified URL is absolute, otherwise false
*/
module.exports = function isAbsoluteURL(url) {