UNPKG

arangojs

Version:

The official ArangoDB JavaScript driver.

7 lines 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function btoa(str) { return Buffer.from(str).toString("base64"); } exports.btoa = btoa; //# sourceMappingURL=btoa.js.map