Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/atlas_sdk/mod.ts>Collection#find

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Collection.prototype.find
import { Collection } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

Parameters

optional
filter: Document
optional
unnamed 1: { projection?: Document; sort?: Document; limit?: number; skip?: number; } = [UNSUPPORTED]

Returns

Promise<T[]>