{"code":"var RemoteMongoCursor = (function () {\r\n    function RemoteMongoCursor(proxy) {\r\n        this.proxy = proxy;\r\n    }\r\n    RemoteMongoCursor.prototype.next = function () {\r\n        return Promise.resolve(this.proxy.next().value);\r\n    };\r\n    return RemoteMongoCursor;\r\n}());\r\nexport default RemoteMongoCursor;\r\n//# sourceMappingURL=RemoteMongoCursor.js.map","map":"{\"version\":3,\"file\":\"RemoteMongoCursor.js\",\"sourceRoot\":\"\",\"sources\":[\"../../src/RemoteMongoCursor.ts\"],\"names\":[],\"mappings\":\"AA+CA;IACE,2BACmB,KAAkB;QAAlB,UAAK,GAAL,KAAK,CAAa;IAClC,CAAC;IAMG,gCAAI,GAAX;QACE,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC;IAClD,CAAC;IACH,wBAAC;AAAD,CAAC,AAZD,IAYC\"}","dts":{"name":"/Users/eric/stitch/stitch-js-sdk/packages/browser/services/mongodb-remote/.rpt2_cache/placeholder/RemoteMongoCursor.d.ts","text":"export default class RemoteMongoCursor<T> {\r\n    private readonly proxy;\r\n    constructor(proxy: Iterator<T>);\r\n    next(): Promise<T | undefined>;\r\n}\r\n"}}
