UNPKG

@inweb/client

Version:

JavaScript REST API client for the Open Cloud Server

7 lines (6 loc) 223 B
export declare function $fetch(url: string, init?: { method?: "GET" | "POST" | "PUT" | "DELETE" | "HEAD"; headers?: HeadersInit; body?: BodyInit | object | null; signal?: AbortSignal; }): Promise<Response>;