UNPKG

ravendb

Version:
7 lines 259 B
import { ServerNode } from "./ServerNode.js"; export default class CurrentIndexAndNode { currentIndex: number; currentNode: ServerNode; constructor(currentIndex: number, currentNode: ServerNode); } //# sourceMappingURL=CurrentIndexAndNode.d.ts.map