UNPKG

arangojs

Version:

The official ArangoDB JavaScript driver.

6 lines 242 B
/// <reference types="node" /> import { ClientRequest } from "http"; import { Errback } from "./types"; declare const _default: (options: any, cb: Errback<Response>) => ClientRequest; export default _default; //# sourceMappingURL=xhr.d.ts.map