mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Fix jsdoc in fetch.ts
This commit is contained in:
parent
43fb4ad30e
commit
0533892eb4
@ -3,10 +3,11 @@ import * as https from 'https';
|
|||||||
import * as url from 'url';
|
import * as url from 'url';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function to fetch an URL
|
* Function to fetch a URL
|
||||||
*
|
*
|
||||||
* @param input_url
|
* @param input_url
|
||||||
* @param auth_token
|
* @param auth_token
|
||||||
|
* @param redirect_count
|
||||||
*/
|
*/
|
||||||
export async function fetch(
|
export async function fetch(
|
||||||
input_url: string,
|
input_url: string,
|
||||||
|
Loading…
Reference in New Issue
Block a user