Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
class FindCursor
extends CommandCursor<T>
import { FindCursor } from "https://deno.land/x/mongo@v0.31.1/src/collection/commands/find.ts";

Constructors

new
FindCursor(context: FindCursorContext)

Methods

private
executor()
limit(limit: number): this
skip(skip: number): this
sort(sort: Document): this