1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-04-06 19:29:28 +07:00

Fix jsdoc in fetch.ts

This commit is contained in:
Shivam Mathur 2022-05-30 07:36:27 +05:30
parent 43fb4ad30e
commit 0533892eb4
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

@ -3,10 +3,11 @@ import * as https from 'https';
import * as url from 'url';
/**
* Function to fetch an URL
* Function to fetch a URL
*
* @param input_url
* @param auth_token
* @param redirect_count
*/
export async function fetch(
input_url: string,