UNPKG

arangojs

Version:

The official ArangoDB JavaScript driver.

8 lines 337 B
import { aql } from "./aql-query"; import { Config } from "./connection"; import { Database } from "./database"; export default function arangojs(config: Config): Database; export { DocumentCollection, EdgeCollection } from "./collection"; export { Graph } from "./graph"; export { Database, aql }; //# sourceMappingURL=arangojs.d.ts.map