UNPKG

868 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6Object.defineProperty(exports, "LocalDatabase", {
7 enumerable: true,
8 get: function () {
9 return _localDatabase.default;
10 }
11});
12exports.default = void 0;
13
14var _localDatabase = _interopRequireDefault(require("./local-database"));
15
16function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
18var _default = _localDatabase.default;
19exports.default = _default;
20//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6WyJMb2NhbERhdGFiYXNlIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7O0FBQUE7Ozs7ZUFJZUEsc0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgTG9jYWxEYXRhYmFzZSBmcm9tICcuL2xvY2FsLWRhdGFiYXNlJztcblxuZXhwb3J0IHsgTG9jYWxEYXRhYmFzZSB9O1xuXG5leHBvcnQgZGVmYXVsdCBMb2NhbERhdGFiYXNlO1xuIl19
\No newline at end of file