arangojs
Version:
The official ArangoDB JavaScript driver.
5 lines • 362 B
TypeScript
import { ArangojsResponse, RequestOptions } from "./request.node";
import { Errback } from "./types";
export declare const isBrowser: boolean;
export declare function createRequest(baseUrl: string, agentOptions: any): ({ method, url, headers, body, expectBinary }: RequestOptions, cb: Errback<ArangojsResponse>) => void;
//# sourceMappingURL=request.web.d.ts.map