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";


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
?
Was this page helpful?