UNPKG

@heroku/applink

Version:

Applink SDK for Heroku Apps.

11 lines (10 loc) 335 B
export declare class HttpResponseError extends Error { response: any; constructor(response: Response); } export declare const uuidGenerator: { generate: () => `${string}-${string}-${string}-${string}-${string}`; }; export declare class HttpRequestUtil { request(url: string, opts: any, json?: boolean): Promise<any>; }