UNPKG

mongo-portable

Version:

Portable Pure JS MongoDB - Based on Monglodb (https://github.com/euforic/monglodb.git) by Christian Sullivan (http://RogueSynaptics.com)

13 lines 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("./src/core"); exports.MongoPortable = core_1.MongoPortable; var store_1 = require("./src/store"); exports.BaseStore = store_1.BaseStore; try { if (window) { window["MongoPortable"] = core_1.MongoPortable; } } catch (e) { /* window not found -> not a browser environment */ } //# sourceMappingURL=index.js.map