UNPKG

arangojs

Version:

The official ArangoDB JavaScript driver.

7 lines 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function btoa(str) { return window.btoa(str); } exports.btoa = btoa; //# sourceMappingURL=btoa.web.js.map