FindCursor

If I want to get the FindCursor type from the mongo package do I do it like this?
export type {FindCursor} from "https://deno.land/x/mongo/src/collection/commands/find.ts";
export type {FindCursor} from "https://deno.land/x/mongo/src/collection/commands/find.ts";
Is it fair game to do so? It doesn't seem to be in https://deno.land/x/mongo/mod.ts Is it somehow wrapped up in Collections?
0 Replies
No replies yetBe the first to reply to this messageJoin