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 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Document = /** @class */ (function () { function Document() { } return Document; }()); exports.Document = Document; //# sourceMappingURL=Document.js.map