method Collection.prototype.find
Collection.prototype.find(query: TQuery): Source<TDoc, CollectionFindFailed>

Queries documents and returns a stream of results.

Parameters

query: TQuery

Return Type

Source<TDoc, CollectionFindFailed>

Usage

import { Collection } from ".";