UNPKG

@react-native-ohos/realm

Version:

Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores

39 lines 2.17 kB
"use strict"; //////////////////////////////////////////////////////////////////////////// // // Copyright 2022 Realm Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // //////////////////////////////////////////////////////////////////////////// Object.defineProperty(exports, "__esModule", { value: true }); exports.garbageCollection = exports.syncProxyConfig = exports.network = exports.fs = exports.deviceInfo = exports.binding = void 0; /** @internal */ var binding_1 = require("./platform/binding"); Object.defineProperty(exports, "binding", { enumerable: true, get: function () { return binding_1.binding; } }); /** @internal */ var device_info_1 = require("./platform/device-info"); Object.defineProperty(exports, "deviceInfo", { enumerable: true, get: function () { return device_info_1.deviceInfo; } }); /** @internal */ var file_system_1 = require("./platform/file-system"); Object.defineProperty(exports, "fs", { enumerable: true, get: function () { return file_system_1.fs; } }); /** @internal */ var network_1 = require("./platform/network"); Object.defineProperty(exports, "network", { enumerable: true, get: function () { return network_1.network; } }); /** @internal */ var sync_proxy_config_1 = require("./platform/sync-proxy-config"); Object.defineProperty(exports, "syncProxyConfig", { enumerable: true, get: function () { return sync_proxy_config_1.syncProxyConfig; } }); /** @internal */ var garbage_collection_1 = require("./platform/garbage-collection"); Object.defineProperty(exports, "garbageCollection", { enumerable: true, get: function () { return garbage_collection_1.garbageCollection; } }); //# sourceMappingURL=platform.js.map