ravendb
Version:
RavenDB client for Node.js
12 lines • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class CurrentIndexAndNode {
currentIndex;
currentNode;
constructor(currentIndex, currentNode) {
this.currentIndex = currentIndex;
this.currentNode = currentNode;
}
}
exports.default = CurrentIndexAndNode;
//# sourceMappingURL=CurrentIndexAndNode.js.map