mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
docs(helpers/isAbsoluteURL)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
* Determines whether the specified URL is absolute
|
* Determines whether the specified URL is absolute
|
||||||
*
|
*
|
||||||
* @param {string} url The URL to test
|
* @param {string} url The URL to test
|
||||||
|
*
|
||||||
* @returns {boolean} True if the specified URL is absolute, otherwise false
|
* @returns {boolean} True if the specified URL is absolute, otherwise false
|
||||||
*/
|
*/
|
||||||
module.exports = function isAbsoluteURL(url) {
|
module.exports = function isAbsoluteURL(url) {
|
||||||
|
|||||||
Reference in New Issue
Block a user