2023-10-09 20:27:56 -04:00
|
|
|
import type { FetchGetUrlFunc, FetchRequest, FetchCancelSignal, GetUrlResponse } from "./fetch.js";
|
|
|
|
/**
|
|
|
|
* @_ignore:
|
|
|
|
*/
|
|
|
|
export declare function createGetUrl(options?: Record<string, any>): FetchGetUrlFunc;
|
2023-03-03 18:25:07 -07:00
|
|
|
/**
|
|
|
|
* @_ignore:
|
|
|
|
*/
|
|
|
|
export declare function getUrl(req: FetchRequest, signal?: FetchCancelSignal): Promise<GetUrlResponse>;
|
2023-04-27 21:19:55 +09:00
|
|
|
//# sourceMappingURL=geturl.d.ts.map
|