UNPKG

mongo-portable

Version:

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

9 lines 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Options = /** @class */ (function () { function Options() { } return Options; }()); exports.Options = Options; //# sourceMappingURL=Options.js.map